this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Compatibility package for OCaml's Atomic module, from 4.12"
4maintainer: "simon.cruanes.2007@m4x.org"
5license: "LGPL-2.1"
6build: [
7 ["dune" "build" "-p" name "-j" jobs]
8]
9depends: [
10 "ocaml" {>= "4.03" & < "4.12"}
11 "dune" {>= "1.1.0"}
12]
13tags: [ "atomic" "threads" "compatibility" ]
14homepage: "https://github.com/c-cube/ocaml-atomic/"
15bug-reports: "https://github.com/c-cube/ocaml-atomic/issues"
16dev-repo: "git+https://github.com/c-cube/ocaml-atomic.git"
17authors: "OCaml maintainers"
18url {
19 src: "https://github.com/c-cube/ocaml-atomic/archive/v0.1.tar.gz"
20 checksum: [
21 "md5=ef7764c9932e403faaec545372e54cb2"
22 "sha512=61746b050033f700f9a41ce0c68efa8d007abc9ef490001a1108a646c1b7ffdaa08f0df659b28f2a396cee011cb25aa52a7a65be3d217697f70b66b634cbe956"
23 ]
24}