this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings to macOS CoreFoundation"
3description: """
4These bindings use [ctypes](https://github.com/ocamllabs/ocaml-ctypes)
5for type-safe stub generation."""
6maintainer: ["Thomas Gazagnaire"]
7authors: ["David Sheets" "Thomas Gazagnaire"]
8license: "ISC"
9homepage: "https://github.com/mirage/ocaml-cf"
10doc: "https://mirage.github.io/ocaml-cf/"
11bug-reports: "https://github.com/mirage/ocaml-cf/issues"
12depends: [
13 "dune" {>= "2.8"}
14 "base-bytes"
15 "ctypes" {>= "0.4.0"}
16 "ctypes-foreign"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/mirage/ocaml-cf.git"
34x-commit-hash: "8d554fb9bca85dd32fdeb3f7f65aad95190bec00"
35url {
36 src:
37 "https://github.com/mirage/ocaml-cf/releases/download/0.4/cf-lwt-0.4.tbz"
38 checksum: [
39 "sha256=702c67c00ce0fe65866a7b4b86e7a337eec473f7644e276147fea109164eb663"
40 "sha512=86d34375b5b6aca44fa3de0bf4136b60047a8b69d3742ce38875bee4b5b8a18255765ac052043953d1aeac8a096ecd8d9b86cf0e9bf15071b1891b1f3d53bffe"
41 ]
42}