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: "603638795c20e34fb4c6d5710ec4013dcdbb2f2d" url { src: "https://github.com/mirage/semaphore-compat/releases/download/1.0.0/semaphore-compat-1.0.0.tbz" checksum: [ "sha256=2fc9e1be5182741210f58e33ec8314ed0fdf2b8049aaf951da6b8db14057ed9b" "sha512=b686b16f3d6d4d0d02df02670f0ae60dda5306d9fe7125402f26cd9b578ab8a31dfba175db4d79faa84edc337c64762400d5570be0e1c2ddc1bfc77c464bfbc1" ] }