this repo has no description
1opam-version: "2.0"
2maintainer: "contact@coherentgraphics.co.uk"
3authors: ["John Whitington"]
4homepage: "http://github.com/johnwhitington/camlpdf"
5bug-reports: "http://github.com/johnwhitington/camlpdf/issues"
6dev-repo: "git+https://github.com/johnwhitington/camlpdf"
7build: [[make]]
8install: [[make "install"]]
9remove: [["ocamlfind" "remove" "camlpdf"]]
10depends: [
11 "ocaml" {< "4.10"}
12 "ocamlfind"
13]
14patches: "unsafe_string.patch" {ocaml:version >= "4.06"}
15synopsis: "Read, write and modify PDF files"
16flags: light-uninstall
17url {
18 src: "https://github.com/johnwhitington/camlpdf/archive/v2.2.1.zip"
19 checksum: [
20 "sha256=c8c878159e077f0289f810165b1ddca6f2ca4b0410dfe4ec8ef9e18b624a57f3"
21 "md5=79d84ee6ae54357d187eff6e801e1549"
22 ]
23}
24extra-source "unsafe_string.patch" {
25 src:
26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/camlpdf/unsafe_string.patch"
27 checksum: [
28 "sha256=74a23c910c667a7d2d1ad0a7b534d503ae74361bd2e19f449db9f755bfc578c5"
29 "md5=8db2be9fbd23c06a96cffca03af741b0"
30 ]
31}