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://github.com/johnwhitington/camlpdf" 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8build: [[make]] 9install: [[make "install"]] 10depends: [ 11 "ocaml" {>= "4.10"} 12 "ocamlfind" {build} 13] 14synopsis: "Read, write and modify PDF files" 15url { 16 src: 17 "https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.8.1.tar.gz" 18 checksum: [ 19 "md5=93883956f317d4037341b6a0da8a6d03" 20 "sha512=baf16128dbe4b3bf1cc1c726976e083cd12113de6865a1d847f1e606bdc2570ce474076d5350d705dd22f538e21dd524d9e8bd56708fedd56df822be92be36a2" 21 ] 22}