Skip to content

Commit

Permalink
Update opam file after conversion to dune.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Sep 6, 2024
1 parent fc6a6be commit 0b9c02c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions mariadb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ synopsis: "OCaml bindings for MariaDB"
description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API."

build: [
["./configure" "--prefix=%{prefix}%"]
[make]
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
install: [make "install"]
depends: [
"ocaml" {>= "4.07.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"ctypes" {>= "0.7.0"}
"conf-mariadb"
"conf-gcc"
"dune"
"dune-configurator"
"async" {with-test}
"lwt" {with-test}
]

0 comments on commit 0b9c02c

Please # to comment.