this repo has no description
1opam-version: "2.0" 2maintainer: "Nicolas Berthier <m@nberth.space>" 3authors: ["Bertrand Jeannet"] 4homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html" 5bug-reports: "https://gforge.inria.fr/projects/bjeannet/" 6# SVN repositories not supported (yet). 7# dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging" 8license: "LGPL-2.1-only" 9build: [ 10 ["cp" "Makefile.config.opam" "Makefile.config"] 11 [make] 12] 13install: [ 14 [make "install"] 15] 16depends: [ 17 "ocaml" {>= "4.02.0" & < "4.09.0"} 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20] 21synopsis: "Utility Library (including various datatypes)" 22url { 23 src: "http://nberth.space/pool/camllib/camllib-1.3.2.tar.gz" 24 checksum: [ 25 "sha256=02867d185dacfbaef7e76e80f848ac182e3f8c2c652e473865e6d35409d5d108" 26 "md5=34cd32aa3f0523c0278f58b7f9496253" 27 ] 28}