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