diff options
| author | Vennor <vennor@protonmail.com> | 2020-06-02 01:21:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 16:21:50 -0700 |
| commit | c0e7ca335edc3fa7bea29121cb2257ea05a7147d (patch) | |
| tree | dcd4692ff5ba743ef6649f571be88a05dd6d07c1 /ports/refl-cpp/CONTROL | |
| parent | 4cc5ac58b397f00d7209728615e6d0c1b762ff95 (diff) | |
| download | vcpkg-c0e7ca335edc3fa7bea29121cb2257ea05a7147d.tar.gz vcpkg-c0e7ca335edc3fa7bea29121cb2257ea05a7147d.zip | |
[refl-cpp] Add new port (#11622)
* [refl-cpp] Added 0.9.1
* [refl-cpp] Added header only annotation to the portfile
* [refl-cpp] Removed deprecated vcpkg_common_functions
Diffstat (limited to 'ports/refl-cpp/CONTROL')
| -rw-r--r-- | ports/refl-cpp/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/refl-cpp/CONTROL b/ports/refl-cpp/CONTROL new file mode 100644 index 000000000..bb75e1e9e --- /dev/null +++ b/ports/refl-cpp/CONTROL @@ -0,0 +1,4 @@ +Source: refl-cpp +Version: 0.9.1 +Description: A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies +Homepage: https://github.com/veselink1/refl-cpp |
