diff options
Diffstat (limited to '')
-rw-r--r-- | src/boost/libs/hana/meta/libraries.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/libs/hana/meta/libraries.json b/src/boost/libs/hana/meta/libraries.json new file mode 100644 index 000000000..dc33cf9de --- /dev/null +++ b/src/boost/libs/hana/meta/libraries.json @@ -0,0 +1,10 @@ +{ + "key": "hana", + "name": "Hana", + "authors": [ "Louis Dionne" ], + "maintainers": [ "Louis Dionne <ldionne.2 -at- gmail.com>" ], + "description": "A modern C++ metaprogramming library. It provides high level algorithms to manipulate heterogeneous sequences, allows writing type-level computations with a natural syntax, provides tools to introspect user-defined types and much more.", + "category": [ + "Metaprogramming" + ] +}
\ No newline at end of file |