···11+opam-version: "2.0"
22+maintainer: "Jane Street developers"
33+authors: ["Jane Street Group, LLC"]
44+homepage: "https://github.com/janestreet/sexplib0"
55+bug-reports: "https://github.com/janestreet/sexplib0/issues"
66+dev-repo: "git+https://github.com/janestreet/sexplib0.git"
77+doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexplib0/index.html"
88+license: "MIT"
99+build: [
1010+ ["dune" "build" "-p" name "-j" jobs]
1111+]
1212+depends: [
1313+ "ocaml" {>= "4.14.0"}
1414+ "dune" {>= "3.11.0"}
1515+]
1616+available: arch != "arm32" & arch != "x86_32"
1717+synopsis: "Library containing the definition of S-expressions and some base converters"
1818+description: "
1919+Part of Jane Street's Core library
2020+The Core suite of libraries is an industrial strength alternative to
2121+OCaml's standard library that was developed by Jane Street, the
2222+largest industrial user of OCaml.
2323+"
2424+url {
2525+ src:
2626+ "https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz"
2727+ checksum: [
2828+ "md5=abafe8fd1d6302e55a315f4d78960d2a"
2929+ "sha512=ad387e40789fe70a11473db7e85fe017b801592624414e9030730b2e92ea08f98095fb6e9236430f33c801605ebee0a2a6284e0f618a26a7da4599d4fd9d395d"
3030+ ]
3131+}