this repo has no description
1opam-version: "2.0"
2authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" "Andrew Rudenko" "orbifx" "c-cube"]
3maintainer: "OCamlPro <contact@ocamlpro.com>"
4homepage: "https://ocaml-toml.github.io/To.ml/"
5synopsis: "Interface between cconv and toml"
6description: "Allows to use TOML encoding/decoding with cconv"
7build: [ "dune" "build" "-p" name "-j" jobs]
8license: "LGPL-3.0-only"
9depends: [
10 "ocaml" {>= "4.02"}
11 "dune" {>= "1.2"}
12 "toml" {>= "6.0"}
13 "cconv"
14]
15bug-reports: "https://github.com/ocaml-toml/to.ml/issues"
16dev-repo: "git+https://github.com/ocaml-toml/to.ml.git"
17url {
18 src: "https://github.com/ocaml-toml/to.ml/archive/6.0.0.tar.gz"
19 checksum: [
20 "sha256=dd123c49769fe649f752a19ae5cb7ce63754c1bcca40fa019f8bffca969d6f44"
21 "sha512=99f65dbd4a249deffe982e52f412279f0993d914fe5f006785f4daff2be39c228dc80ae18b9d5c4e7d7a5e1ec88aaf7486d52bb1cf7e0508f3e58729fdc6dce6"
22 ]
23}