forked from dsheets/ocaml-osx-cf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
32 lines (32 loc) · 833 Bytes
/
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
29
30
31
32
opam-version: "1.2"
name: "osx-cf"
version: "0.1.1"
maintainer: "[email protected]"
authors: ["David Sheets" "Thomas Gazagnaire"]
homepage: "https://github.com/dsheets/ocaml-osx-cf"
bug-reports: "https://github.com/dsheets/ocaml-osx-cf/issues"
dev-repo: "https://github.com/dsheets/ocaml-osx-cf.git"
doc: "https://dsheets.github.io/ocaml-osx-cf/"
license: "ISC"
build: [
"ocaml" "pkg/pkg.ml" "build" "--tests" "false" "--pinned" pinned
"--with-lwt" lwt:installed
]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--tests" "true" "--pinned" pinned
"--with-lwt" lwt:installed]
["ocaml" "pkg/pkg.ml" "test"]
]
depends: [
"ocamlfind" {build}
"topkg" {build & >= "0.7.4"}
"alcotest" {test}
"base-bytes"
"ctypes" {>= "0.4.0"}
"ctypes-foreign"
]
depopts: [
"lwt"
"base-threads"
]
available: [os = "darwin"]