this repo has no description

Package otoml.1.0.5

Changed files
+44
packages
otoml
otoml.1.0.5
+44
packages/otoml/otoml.1.0.5/opam
···
···
+
opam-version: "2.0"
+
synopsis:
+
"TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)"
+
description: """\
+
OTOML is a library for parsing, manipulating, and pretty-printing TOML files.
+
+
* Fully 1.0.0-compliant.
+
* No extra dependencies: default implementation uses native numbers and represents dates as strings.
+
* Provides a functor for building alternative implementations: plug your own bignum and calendar libraries if required.
+
* Informative parse error reporting.
+
* Pretty-printer offers flexible indentation options."""
+
maintainer: "daniil+opam@baturin.org"
+
authors: "Daniil Baturin <daniil+otoml@baturin.org>"
+
license: "MIT"
+
homepage: "https://github.com/dmbaturin/otoml"
+
bug-reports: "https://github.com/dmbaturin/otoml/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"menhir"
+
"menhirLib" {>= "20200525"}
+
"dune" {>= "2.0.0"}
+
"uutf" {>= "1.0.0"}
+
"ounit2" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/dmbaturin/otoml.git"
+
url {
+
src: "https://github.com/dmbaturin/otoml/archive/refs/tags/1.0.5.tar.gz"
+
checksum: [
+
"md5=14440749c58af89eeb8e10b69fea896b"
+
"sha512=a287bf40ec7bc1458fa74bf88cd30c2f93e0092f962858fa70acdb0e01978cd187cb1135aef66a5b5775cce31353901516ecdb6822a4c29a0a99f077f30a2149"
+
]
+
}