opam-version: "2.0" synopsis: "Compatibility Semaphore module" description: """ Projects that want to use the Semaphore module defined in OCaml 4.12.0 while staying compatible with older versions of OCaml should use this library instead. """ maintainer: ["Craig Ferguson "] authors: ["Xavier Leroy"] license: "LGPL-2.0-only" homepage: "https://github.com/mirage/semaphore-compat" doc: "https://mirage.github.io/semaphore-compat" bug-reports: "https://github.com/mirage/semaphore-compat/issues" depends: [ "ocaml" "dune" {>= "2.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mirage/semaphore-compat.git" x-commit-hash: "8ff3ea8e1f441f86d295a8be619e3f5df3d0c429" url { src: "https://github.com/mirage/semaphore-compat/releases/download/1.0.1/semaphore-compat-1.0.1.tbz" checksum: [ "sha256=2b771ff5bdcc658404ab6029415b0f7404817287bb7bcf990caf91db7a2e2c8d" "sha512=075fbfc2037dabcbc4a9d135d1a9301825819adb5c8dbf9024c4aa8615f769676121bdf1c98739c306457a59507bb361514d6c1206947c1c1080eeffc261a025" ] }