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.0-only" 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 "ocaml" 16 "dune" {>= "2.0"} 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" 33x-commit-hash: "8ff3ea8e1f441f86d295a8be619e3f5df3d0c429" 34url { 35 src: 36 "https://github.com/mirage/semaphore-compat/releases/download/1.0.1/semaphore-compat-1.0.1.tbz" 37 checksum: [ 38 "sha256=2b771ff5bdcc658404ab6029415b0f7404817287bb7bcf990caf91db7a2e2c8d" 39 "sha512=075fbfc2037dabcbc4a9d135d1a9301825819adb5c8dbf9024c4aa8615f769676121bdf1c98739c306457a59507bb361514d6c1206947c1c1080eeffc261a025" 40 ] 41}