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://framagit.org/nberth/camllib/-/issues"
6dev-repo: "git+https://framagit.org/nberth/camllib.git"
7license: "LGPL-2.1-only"
8build: [
9 ["sh" "./configure"
10 "--disable-profiling" {ocaml >= "4.08"}]
11 [make]
12]
13install: [
14 [make "install"]
15]
16depends: [
17 "ocaml" {>= "4.02.0" & < "5"}
18 "ocamlfind" {build}
19 "ocamlbuild" {build}
20 "stdlib-shims"
21]
22available: [ os != "win32" & os != "cygwin" ]
23synopsis: "Utility Library (including various datatypes)"
24url {
25 src: "https://nberth.space/pool/camllib/camllib-1.3.3.tar.gz"
26 checksum: [
27 "sha256=ca9a1ee7bad44d7e5a7578f0eabdafc41161bd301fb5e0008d2edeaaccda9a64"
28 "md5=59424473c5a79c4a38da034de36b0293"
29 ]
30}