Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otoml-windows.1.0.4 #283

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 4 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-windows"
toots marked this conversation as resolved.
Show resolved Hide resolved
"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"
]
}
Loading