Skip to content

Commit 039b3b9

Browse files
Merge pull request #27862 from paurkedal/release-mariadb-1.3.0
[new release] mariadb (1.3.0)
2 parents 0e19c27 + 2cf708a commit 039b3b9

File tree

1 file changed

+38
-0
lines changed
  • packages/mariadb/mariadb.1.3.0

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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"

0 commit comments

Comments
 (0)