this repo has no description
1opam-version: "2.0"
2maintainer: "Ghiles Ziat <ghiles.ziat@lip6.fr>"
3authors: [
4 "Ghiles Ziat <ghiles.ziat@lip6.fr>"
5]
6homepage: "https://github.com/ghilesZ/parsley"
7bug-reports: "https://github.com/ghilesZ/parsley/issues"
8dev-repo: "git+https://github.com/ghilesZ/parsley"
9license: "MIT"
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "dune" {>= "1.11"}
18 "zarith"
19]
20
21synopsis: "Parsley library"
22description: "Parsley is a library that provides string to numeric values utilities (int_of_string, float_of_string ...) while indicating if a loss of precision occured during the conversion "
23url {
24 src: "https://github.com/ghilesZ/parsley/archive/0.0.1.tar.gz"
25 checksum: [
26 "md5=69555b0223825683cbf697c3dc05965b"
27 "sha512=49abbdebf2c7fd55d198adf11f91965049126bf9dc9acd89bd170bf9ae8b264c68a46281d02e6ab8009ad1bc2c96b27c4313186a3693ca74e798abe3a1c7906b"
28 ]
29}