diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-10-24 00:01:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:35 +0700 |
commit | 7b009430b4a5a26c7d56202619dce3ac5a56d969 (patch) | |
tree | 40544c1a4f081551089b297a7a7e65374b8d95af /libraries/camlpdf/camlpdf.info | |
parent | 0109f055199bb7a67900718ad03ce0fc7370041a (diff) |
libraries/camlpdf: Added (OCaml library for manipulating PDF files)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/camlpdf/camlpdf.info')
-rw-r--r-- | libraries/camlpdf/camlpdf.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/camlpdf/camlpdf.info b/libraries/camlpdf/camlpdf.info new file mode 100644 index 0000000000000..c820c65a48482 --- /dev/null +++ b/libraries/camlpdf/camlpdf.info @@ -0,0 +1,10 @@ +PRGNAM="camlpdf" +VERSION="2.5.1" +HOMEPAGE="https://github.com/johnwhitington/camlpdf" +DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.5.1/camlpdf-2.5.1.tar.gz" +MD5SUM="b75d810b9f9273e48b637ccb520d0b1b" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="ocaml-findlib" +MAINTAINER="Alexander Verbovetsky" +EMAIL="alik@ejik.org" |