this repo has no description
at main 1.2 kB view raw
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: "8fc3906cc751bbfc10594d34b467ce5983b6bede" 35url { 36 src: 37 "https://github.com/mirage/ocaml-cf/releases/download/0.3/cf-lwt-0.3.tbz" 38 checksum: [ 39 "sha256=afc551a2bf4390969900f9babb8ad9cce7436fa0f426ff12308744693de50e5a" 40 "sha512=4c42daf15829490f274c85b64658fadbf96fa8784491978d6e7f51bc29e6a72a1a7a2ed6e033cd6478bdcf710c8768cdd0baa306ce99713a2a6da4572a250e8e" 41 ] 42}