From 3582a4597f7c2ca6f004c7cefbf79b493811e703 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Thu, 15 Oct 2020 12:29:39 -0400 Subject: [PATCH] Add meta/libraries.json --- meta/libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..246d0e5 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "pfr", + "name": "PFR", + "authors": [ + "Antony Polukhin" + ], + "maintainers": [ + "Antony Polukhin " + ], + "description": "Basic reflection for user defined types.", + "category": [ + "Data", + "Metaprogramming" + ] +}