Skip to content

Commit 8395ab7

Browse files
committed
DBM version 1.4
1 parent 5125fae commit 8395ab7

File tree

1 file changed

+35
-0
lines changed
  • packages/dbm/dbm.1.4

1 file changed

+35
-0
lines changed

packages/dbm/dbm.1.4/opam

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
opam-version: "2.0"
2+
maintainer: "https://github.com/ocaml/opam-repository/issues"
3+
authors: ["Francois Rouaix"]
4+
homepage: "https://github.com/ocaml/dbm"
5+
bug-reports: "https://github.com/ocaml/dbm/issues"
6+
dev-repo: "git+https://github.com/ocaml/dbm.git"
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
build: [
9+
["./configure"]
10+
[make "all"]
11+
[make "test"] {with-test}
12+
]
13+
depends: [
14+
"ocaml"
15+
"ocamlfind" {build}
16+
"conf-dbm"
17+
]
18+
install: [
19+
["mkdir" "-p" "%{lib}%/dbm"]
20+
[make "install" "STUBLIBDIR=%{lib}%/stublibs" "LIBDIR=%{lib}%/dbm"]
21+
["cp" "META" "%{lib}%/dbm"]
22+
]
23+
remove: [
24+
["rm" "-f" "%{lib}%/stublibs/dllcamldbm.so"]
25+
["ocamlfind" "remove" "dbm"]
26+
]
27+
synopsis: "Binding to the NDBM/GDBM Unix \"databases\""
28+
flags: light-uninstall
29+
url {
30+
src: "https://github.com/ocaml/dbm/archive/camldbm-1.4.tar.gz"
31+
checksum: [
32+
"sha256=9fcce05f8ba7a2468f74009fe76219a5598b5bbd13d3271bf159335e17fcb599"
33+
"sha512=773ac16fb22b4949eb1dc79bcbecf886419a331be62a749a7af2e9d58f2095d3305c1865ed0c4423eade05ced5679689bcd227d7118ca9413cf7508a26b701f0"
34+
]
35+
}

0 commit comments

Comments
 (0)