this repo has no description
0
fork

Configure Feed

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

Merge pull request #22530 from zapashcanon/master

toml.7.1.0

authored by

Marcello Seri and committed by
GitHub
fe53d261 e43921a2

+52
+52
packages/toml/toml.7.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Library for TOML with a parser, a serializer and a printer" 3 + description: 4 + "toml is an OCaml library providing a parser, a serializer and a printer for TOML, a minimal configuration file format. Helpful getters to retrieve data as OCaml primitive types are also supplied." 5 + maintainer: ["OCamlPro <contact@ocamlpro.com>"] 6 + authors: [ 7 + "Julien Sagot" 8 + "Emmanuel Surleau" 9 + "mackwic" 10 + "Andrew Rudenko" 11 + "orbifx" 12 + "c-cube" 13 + ] 14 + license: "LGPL-3.0-only" 15 + homepage: "https://ocaml-toml.github.io/To.ml/" 16 + doc: "https://ocaml-toml.github.io/To.ml/api/" 17 + bug-reports: "https://github.com/ocaml-toml/To.ml/issues" 18 + depends: [ 19 + "dune" {>= "3.0"} 20 + "ocaml" {>= "4.08"} 21 + "menhir" {build & >= "20180528"} 22 + "ounit2" {with-test} 23 + "mdx" {with-test & >= "2.1"} 24 + "bisect_ppx" {with-test & >= "2.5" & dev} 25 + "ocb" {with-test & >= "0.1" & dev} 26 + "odoc" {with-doc} 27 + "ISO8601" {>= "0.2"} 28 + ] 29 + # Workaround for https://github.com/ocaml-toml/To.ml/issues/74 30 + build-env: [TZ = ""] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + dev-repo: "git+https://github.com/ocaml-toml/To.ml.git" 46 + url { 47 + src: "https://github.com/ocaml-toml/to.ml/archive/7.1.0.tar.gz" 48 + checksum: [ 49 + "sha256=1d4e9c16ed9e24d46dd757ce94adc7fc8b2068eb5ff7cd2a70fce08135a752ef" 50 + "sha512=9cb98e4a9c4a01acf5ceeac836fe0dc4d341662f9b3ce6803e9d14499bcb450441111247159bdbc5c25d4618b8c1f088d206da702bef12ea1ca8781607d26774" 51 + ] 52 + }