32 lines
1.1 KiB
Plaintext
Generated
32 lines
1.1 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
maintainer: "Jane Street developers"
|
|
authors: ["Jane Street Group, LLC"]
|
|
homepage: "https://github.com/janestreet/sexplib0"
|
|
bug-reports: "https://github.com/janestreet/sexplib0/issues"
|
|
dev-repo: "git+https://github.com/janestreet/sexplib0.git"
|
|
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexplib0/index.html"
|
|
license: "MIT"
|
|
build: [
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
]
|
|
depends: [
|
|
"ocaml" {>= "4.14.0"}
|
|
"dune" {>= "3.11.0"}
|
|
]
|
|
available: arch != "x86_32"
|
|
synopsis: "Library containing the definition of S-expressions and some base converters"
|
|
description: "
|
|
Part of Jane Street's Core library
|
|
The Core suite of libraries is an industrial strength alternative to
|
|
OCaml's standard library that was developed by Jane Street, the
|
|
largest industrial user of OCaml.
|
|
"
|
|
url {
|
|
src:
|
|
"https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz"
|
|
checksum: [
|
|
"md5=abafe8fd1d6302e55a315f4d78960d2a"
|
|
"sha512=ad387e40789fe70a11473db7e85fe017b801592624414e9030730b2e92ea08f98095fb6e9236430f33c801605ebee0a2a6284e0f618a26a7da4599d4fd9d395d"
|
|
]
|
|
}
|