this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/async_kernel" 5bug-reports: "https://github.com/janestreet/async_kernel/issues" 6dev-repo: "git+https://github.com/janestreet/async_kernel.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_kernel/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.07.0"} 14 "core_kernel" {>= "v0.12" & < "v0.13"} 15 "ppx_jane" {>= "v0.12" & < "v0.13"} 16 "dune" {>= "1.5.1"} 17] 18synopsis: "Monadic concurrency library" 19description: " 20Part of Jane Street's Core library 21The Core suite of libraries is an industrial strength alternative to 22OCaml's standard library that was developed by Jane Street, the 23largest industrial user of OCaml. 24" 25url { 26 src: 27 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/async_kernel-v0.12.0.tar.gz" 28 checksum: [ 29 "sha256=27b446895ca5251191159d173e787a53938b4a529d7ef7e3c490fb96740e0f6f" 30 "md5=24d41c607761ceece3df15bf9b061bcf" 31 ] 32}