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.
29 lines
949 B
29 lines
949 B
opam-version: "2.0" |
|
maintainer: "opensource@janestreet.com" |
|
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] |
|
homepage: "https://github.com/janestreet/sexplib0" |
|
bug-reports: "https://github.com/janestreet/sexplib0/issues" |
|
dev-repo: "git+https://github.com/janestreet/sexplib0.git" |
|
license: "Apache-2.0" |
|
build: [ |
|
["jbuilder" "build" "-p" name "-j" jobs] |
|
] |
|
depends: [ |
|
"ocaml" {>= "4.04.1"} |
|
"jbuilder" {build & >= "1.0+beta18.1"} |
|
] |
|
conflicts: [ |
|
"sexplib" { < "v0.11"} |
|
] |
|
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://ocaml.janestreet.com/ocaml-core/v0.11/files/sexplib0-v0.11.0.tar.gz" |
|
checksum: "md5=1c14ba30b471e49f1b23fea5ff99ea6b" |
|
}
|
|
|