this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0

Package sexplib0.v0.17.0

authored by

Marcello Seri and committed by
GitHub
e90e1405 60c4208f

+31
+31
packages/sexplib0/sexplib0.v0.17.0/opam
··· 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.14.0"} 14 + "dune" {>= "3.11.0"} 15 + ] 16 + available: arch != "arm32" & arch != "x86_32" 17 + synopsis: "Library containing the definition of S-expressions and some base converters" 18 + description: " 19 + Part of Jane Street's Core library 20 + The Core suite of libraries is an industrial strength alternative to 21 + OCaml's standard library that was developed by Jane Street, the 22 + largest industrial user of OCaml. 23 + " 24 + url { 25 + src: 26 + "https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz" 27 + checksum: [ 28 + "md5=abafe8fd1d6302e55a315f4d78960d2a" 29 + "sha512=ad387e40789fe70a11473db7e85fe017b801592624414e9030730b2e92ea08f98095fb6e9236430f33c801605ebee0a2a6284e0f618a26a7da4599d4fd9d395d" 30 + ] 31 + }