Files

29 lines
939 B
Tcl
Raw Permalink Normal View History

2024-08-29 14:36:11 -04:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
2024-11-19 12:00:57 -05:00
github.setup Neargye magic_enum 0.9.7 v
2024-08-29 14:36:11 -04:00
github.tarball_from archive
revision 0
description \
Header-only C++17 library provides static reflection for enums, work with \
any enum type without any macro or boilerplate code.
long_description {*}${description}
categories devel
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2024-11-19 12:00:57 -05:00
checksums rmd160 a5e3b7c942dcebf35d501bec4c226b7c6344cedd \
sha256 b403d3dad4ef542fdc3024fa37d3a6cedb4ad33c72e31b6d9bab89dcaf69edf7 \
size 202916
2024-08-29 14:36:11 -04:00
compiler.cxx_standard \
2017