File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments