Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/otoml-windows/otoml-windows.1.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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: "[email protected]"
authors: "Daniil Baturin <[email protected]>"
license: "MIT"
homepage: "https://github.com/dmbaturin/otoml"
bug-reports: "https://github.com/dmbaturin/otoml/issues"
depends: [
"ocaml-windows" {>= "4.08.0"}
"menhir"
"menhirLib-windows" {>= "20200525"}
"dune" {>= "2.0.0"}
"uutf-windows" {>= "1.0.0"}
]
build: [
"dune"
"build"
"-p"
"otoml"
"-j"
jobs
"-x"
"windows"
"@install"
]
dev-repo: "git+https://github.com/dmbaturin/otoml.git"
url {
src: "https://github.com/dmbaturin/otoml/archive/refs/tags/1.0.4.tar.gz"
checksum: [
"md5=1c502a7db858e7aea5847836eacf6f66"
"sha512=7e837fae680b3453422fca23ecd2f72f4993c49b6864fce75df737b41127e569381f3c30e800dc7258ab972050551523b7b3f299d7e6b15cc505d69fcd79e137"
]
}