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