opam-version: "2.0" maintainer: "Nicolas Berthier " authors: ["Bertrand Jeannet"] homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html" bug-reports: "https://gforge.inria.fr/projects/bjeannet/" # SVN repositories not supported (yet). # dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging" license: "LGPL-2.1-only" build: [ ["cp" "Makefile.config.opam" "Makefile.config"] [make] ] install: [ [make "install"] ] depends: [ "ocaml" {>= "4.02.0" & < "4.09.0"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "Utility Library (including various datatypes)" url { src: "http://nberth.space/pool/camllib/camllib-1.3.2.tar.gz" checksum: [ "sha256=02867d185dacfbaef7e76e80f848ac182e3f8c2c652e473865e6d35409d5d108" "md5=34cd32aa3f0523c0278f58b7f9496253" ] }