this repo has no description

Merge pull request #21540 from cwong-ocaml/master

sexplib0 v0.15.1

Kate 53a93d19 11441c72

Changed files
+26
packages
sexplib0
sexplib0.v0.15.1
+26
packages/sexplib0/sexplib0.v0.15.1/opam
···
+
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.08"}
+
"dune" {>= "2.0.0"}
+
]
+
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.15.1.tar.gz"
+
checksum: "md5=ab8fd6273f35a792cad48cbb3024a7f9"
+
}