File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/mariadb/mariadb.1.3.0 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Petter A. Urkedal <
[email protected] >"
3+ authors: "Andre Nathan <
[email protected] >"
4+ homepage: "https://github.com/ocaml-community/ocaml-mariadb"
5+ bug-reports: "https://github.com/ocaml-community/ocaml-mariadb/issues"
6+ license: "MIT"
7+ dev-repo: "git+https://github.com/ocaml-community/ocaml-mariadb.git"
8+ synopsis: "OCaml bindings for MariaDB"
9+ description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API."
10+
11+ build: [
12+ ["dune" "subst"] {dev}
13+ ["dune" "build" "-p" name "-j" jobs
14+ "@install"
15+ "@runtest" {with-test}
16+ "@doc" {with-doc}
17+ ]
18+ ]
19+ depends: [
20+ "ocaml" {>= "4.07.0"}
21+ "ctypes" {>= "0.13.0"}
22+ "conf-mariadb"
23+ "conf-gcc"
24+ "dune" {>= "3.15.0"}
25+ "dune-configurator"
26+ "async" {with-test}
27+ "lwt" {with-test}
28+ ]
29+ conflicts: [ "ocaml-option-bytecode-only" ]
30+ url {
31+ src:
32+ "https://github.com/ocaml-community/ocaml-mariadb/releases/download/1.3.0/mariadb-1.3.0.tbz"
33+ checksum: [
34+ "sha256=99892d153503680ffffd2cd3320403357b58897c6790cadfe04ba38a3a668cc6"
35+ "sha512=dd645f268479b73e0bfb16e75295df1dfcfbcc74ab4ea100a09b1eb2331a4e66270b90c37c9973545c3576ba86c76ab780a3ae095730c17d89bb6cbd1cfce9ef"
36+ ]
37+ }
38+ x-commit-hash: "bf55bb3331216a76fbefe4571f5837511c46186d"
You can’t perform that action at this time.
0 commit comments