this repo has no description
1opam-version: "2.0" 2synopsis: "Lwt interface to macOS CoreFoundation" 3description: """ 4An Lwt interface to the macOS CoreFoundation library, using the 5`cf` library for the low-level bindings.""" 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.9"} 14 "cf" {= version} 15 "alcotest" {with-test} 16 "lwt" {>= "3.2.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/mirage/ocaml-cf.git" 36url { 37 src: 38 "https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz" 39 checksum: [ 40 "sha256=d307832538a493023be3c7aceb5e9594e509d49e16f1e90dff1dc22ef46b9564" 41 "sha512=c23052d1820cb92791d484a4fc08db6a8f6d43638dc707de5b73e964e6de1ec65c3dcc1d679e1ea38666ce705d50d00f909f97f73e1f2b7ac3d5f0d4c09b6152" 42 ] 43} 44x-commit-hash: "5bf14310eb6c374c8c79ed159eb5b71a77dd0428"