diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-03 18:38:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-03 18:38:02 +0300 |
commit | 14449100b13d1260b1326a31328b410132200b4d (patch) | |
tree | 0ef92cc75be6a8ebeb8ccab8d9fb014a8763f711 /manifest |
Start libapreq2 stub
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..10d59d7 --- /dev/null +++ b/manifest @@ -0,0 +1,15 @@ +: 1 +name: libapreq2 +version: 0 +summary: Apache HTTP Server Request Library +license: ASLv2; Apache License 2.0 +tags: parsing, http, request, cookie, post, multipart/form-data, \ +application/x-www-form-urlencoded, interface, api, implementation +description-file: README +url: https://httpd.apache.org/apreq/ +package-url: https://git.build2.org/cgit/packaging/apreq/ +email: apreq-dev@httpd.apache.org; Mailing list. +package-email: packaging@build2.org; Mailing list. +build-email: builds@build2.org +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- |