diff --git a/packages/otoml-windows/otoml-windows.1.0.4/opam b/packages/otoml-windows/otoml-windows.1.0.4/opam new file mode 100644 index 00000000..3a652f4b --- /dev/null +++ b/packages/otoml-windows/otoml-windows.1.0.4/opam @@ -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: "daniil+opam@baturin.org" +authors: "Daniil Baturin " +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" + ] +}