dev-ml/ipaddr: add useflags and tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-05 20:12:12 +02:00
parent b3c8b07dc3
commit 9371202881
2 changed files with 49 additions and 11 deletions

View File

@@ -9,4 +9,10 @@
<upstream>
<remote-id type="github">mirage/ocaml-ipaddr</remote-id>
</upstream>
<use>
<flag name="cstruct">A library for manipulation of IP address representations using Cstructs</flag>
<flag name="sexp">A library for manipulation of IP address representations using sexp</flag>
<flag name="macaddr-cstruct">A library for manipulation of MAC address representations using Cstructs</flag>
<flag name="macaddr-sexp">A library for manipulation of MAC address representations using sexp</flag>
</use>
</pkgmetadata>