File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
packages/sexplib0/sexplib0.v0.15.1 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments