Skip to content

Commit 53a93d1

Browse files
authored
Merge pull request ocaml#21540 from cwong-ocaml/master
sexplib0 v0.15.1
2 parents 11441c7 + 34cc4f3 commit 53a93d1

File tree

1 file changed

+26
-0
lines changed
  • packages/sexplib0/sexplib0.v0.15.1

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
maintainer: "Jane Street developers"
3+
authors: ["Jane Street Group, LLC"]
4+
homepage: "https://github.com/janestreet/sexplib0"
5+
bug-reports: "https://github.com/janestreet/sexplib0/issues"
6+
dev-repo: "git+https://github.com/janestreet/sexplib0.git"
7+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexplib0/index.html"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "2.0.0"}
15+
]
16+
synopsis: "Library containing the definition of S-expressions and some base converters"
17+
description: "
18+
Part of Jane Street's Core library
19+
The Core suite of libraries is an industrial strength alternative to
20+
OCaml's standard library that was developed by Jane Street, the
21+
largest industrial user of OCaml.
22+
"
23+
url {
24+
src: "https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz"
25+
checksum: "md5=ab8fd6273f35a792cad48cbb3024a7f9"
26+
}

0 commit comments

Comments
 (0)