this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] semaphore-compat (1.0.2)

CHANGES:

- Depend explicitely on `ocaml` as the library depends on the
standard library (mirage/semaphore-compat#3, @Leonidas-from-XIV)

+41
+41
packages/semaphore-compat/semaphore-compat.1.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Compatibility Semaphore module" 3 + description: """ 4 + Projects that want to use the Semaphore module defined in OCaml 4.12.0 while 5 + staying compatible with older versions of OCaml should use this library 6 + instead. 7 + """ 8 + maintainer: ["Craig Ferguson <me@craigfe.io>"] 9 + authors: ["Xavier Leroy"] 10 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 11 + homepage: "https://github.com/mirage/semaphore-compat" 12 + doc: "https://mirage.github.io/semaphore-compat" 13 + bug-reports: "https://github.com/mirage/semaphore-compat/issues" 14 + depends: [ 15 + "dune" {>= "2.0"} 16 + "ocaml" 17 + ] 18 + build: [ 19 + ["dune" "subst"] {pinned} 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 + ] 32 + dev-repo: "git+https://github.com/mirage/semaphore-compat.git" 33 + url { 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 + } 41 + x-commit-hash: "b3608286ec6425c9c1c9b783d5cc230081acf219"