summaryrefslogtreecommitdiff
path: root/libgenx/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-24 09:13:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-24 09:13:21 +0200
commitb0396809c19f436e051430d5e81d59a725611195 (patch)
tree29e374c30aef241b4edfa604a131b4c33ecedc3f /libgenx/manifest
parentd19d20fbd638c3edb0e2dea1589455546a309382 (diff)
Convert to build2-based build
Also add symbol exporting, missing const in a few places in the API, as well as a basic test.
Diffstat (limited to 'libgenx/manifest')
-rw-r--r--libgenx/manifest12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgenx/manifest b/libgenx/manifest
new file mode 100644
index 0000000..4f27c59
--- /dev/null
+++ b/libgenx/manifest
@@ -0,0 +1,12 @@
+: 1
+name: libgenx
+version: 0.1.0-a.0.z
+project: genx
+summary: Genx XML serializer C library
+license: MIT
+description-file: README.md
+url: https://git.codesynthesis.com/cgit/genx
+email: boris@codesynthesis.com
+builds: all
+depends: * build2 >= 0.13.0
+depends: * bpkg >= 0.13.0