this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/variantslib" 5bug-reports: "https://github.com/janestreet/variantslib/issues" 6dev-repo: "git+https://github.com/janestreet/variantslib.git" 7license: "Apache-2.0" 8build: [ 9 ["./configure" "--prefix" prefix] 10 [make] 11] 12depends: [ 13 "ocaml" {>= "4.02.3" & < "5.0"} 14 "ocamlbuild" {build} 15 "ocamlfind" {build & >= "1.3.2"} 16] 17synopsis: "Part of Jane Street's Core library" 18description: """ 19The Core suite of libraries is an industrial strength alternative to 20OCaml's standard library that was developed by Jane Street, the 21largest industrial user of OCaml.""" 22url { 23 src: 24 "https://ocaml.janestreet.com/ocaml-core/113.24/files/variantslib-113.24.00.tar.gz" 25 checksum: [ 26 "sha256=9cc2a39ee32977e05cb215b3fa53d29601dd644af05e3c1cf28287c9f11288de" 27 "md5=b2ddfa4c6064b0f41e4e0ca6318a0f54" 28 ] 29}