this repo has no description
1opam-version: "2.0" 2synopsis: "Compatibility Semaphore module" 3description: """ 4Projects that want to use the Semaphore module defined in OCaml 4.12.0 while 5staying compatible with older versions of OCaml should use this library 6instead. 7""" 8maintainer: ["Craig Ferguson <me@craigfe.io>"] 9authors: ["Xavier Leroy"] 10license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 11homepage: "https://github.com/mirage/semaphore-compat" 12doc: "https://mirage.github.io/semaphore-compat" 13bug-reports: "https://github.com/mirage/semaphore-compat/issues" 14depends: [ 15 "dune" {>= "2.0"} 16 "ocaml" 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/mirage/semaphore-compat.git" 33url { 34 src: 35 "https://github.com/mirage/semaphore-compat/releases/download/1.0.2/semaphore-compat-1.0.2.tbz" 36 checksum: [ 37 "sha256=e029d9daf5f5ec83e99e503b08d7aec5910a7c0e47168790bf01f4b4228d4676" 38 "sha512=1f37e88c95cf69119c3a7a77ff3a3196a861c28658896ca9981138d6a3faf3fb557d0085dcffc080beb60c1f1ac997df78e069772d5a699b3ea8b08214210e17" 39 ] 40} 41x-commit-hash: "b3608286ec6425c9c1c9b783d5cc230081acf219"