-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
28 lines (28 loc) · 874 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
maintainer: "Nicolas Berthier <m@nberth.space>"
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"
]
}