You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1021 B

6 years ago
opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/sexplib"
bug-reports: "https://github.com/janestreet/sexplib/issues"
dev-repo: "git+https://github.com/janestreet/sexplib.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexplib/index.html"
license: "MIT"
6 years ago
build: [
["dune" "build" "-p" name "-j" jobs]
6 years ago
]
depends: [
"ocaml" {>= "4.04.2"}
"parsexp" {>= "v0.13" & < "v0.14"}
"sexplib0" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
6 years ago
"num"
]
synopsis: "Library for serializing OCaml values to and from S-expressions"
description: "
6 years ago
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.
"
6 years ago
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/sexplib-v0.13.0.tar.gz"
checksum: "md5=d3dd8eb6f10e64e6766217bf6b57bc93"
6 years ago
}