Skip to content

Commit abbe837

Browse files
authored
Merge pull request #26231 from xavierleroy/dbm-1.4
DBM version 1.4
2 parents d564f3d + 4be3d93 commit abbe837

File tree

1 file changed

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

1 file changed

+31
-0
lines changed

packages/dbm/dbm.1.4/opam

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
conflicts: [ "ocaml-option-bytecode-only" ]
19+
install: [
20+
["mkdir" "-p" "%{lib}%/dbm"]
21+
[make "install" "STUBLIBDIR=%{lib}%/stublibs" "LIBDIR=%{lib}%/dbm"]
22+
["cp" "META" "%{lib}%/dbm"]
23+
]
24+
synopsis: "Binding to the NDBM/GDBM Unix \"databases\""
25+
url {
26+
src: "https://github.com/ocaml/dbm/archive/camldbm-1.4.tar.gz"
27+
checksum: [
28+
"sha256=9fcce05f8ba7a2468f74009fe76219a5598b5bbd13d3271bf159335e17fcb599"
29+
"sha512=773ac16fb22b4949eb1dc79bcbecf886419a331be62a749a7af2e9d58f2095d3305c1865ed0c4423eade05ced5679689bcd227d7118ca9413cf7508a26b701f0"
30+
]
31+
}

0 commit comments

Comments
 (0)