-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbsonc.opam
28 lines (28 loc) · 830 Bytes
/
bsonc.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
name: "OCaml-bsonc"
version: "0.1.0"
maintainer: "Cédric Le Moigne <cedlemo@gmx.com>"
authors: "Cédric Le Moigne <cedlemo@gmx.com>"
homepage: "https://github.com/cedlemo/OCaml-bsonc"
bug-reports: "https://github.com/cedlemo/OCaml-bsonc/issues"
license: "GPL3"
dev-repo: "git+https://github.com/cedlemo/OCaml-bsonc.git"
synopsis: "OCaml bindings for the libbson C library (http://mongoc.org/libbson/current/)"
description: "This library provides bindings based on Ctypes the libbison API (see http://mongoc.org/libbson/current/api.html)"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune" {>= "1.2"}
"ctypes"
"ctypes-foreign"
"alcotest"
"memcpy"
"base"
"stdio"
"configurator"
"re"
"conf-pkg-config" {build}
]