opam-version: "2.0"
maintainer: "Ghiles Ziat <ghiles.ziat@lip6.fr>"
authors: [
  "Ghiles Ziat <ghiles.ziat@lip6.fr>"
]
homepage: "https://github.com/ghilesZ/parsley"
bug-reports: "https://github.com/ghilesZ/parsley/issues"
dev-repo: "git+https://github.com/ghilesZ/parsley"
license: "MIT"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.08.0"}
  "dune"  {>= "1.11"}
  "zarith"
]

synopsis: "Parsley library"
description: "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 "
url {
  src: "https://github.com/ghilesZ/parsley/archive/0.0.1.tar.gz"
  checksum: [
    "md5=69555b0223825683cbf697c3dc05965b"
    "sha512=49abbdebf2c7fd55d198adf11f91965049126bf9dc9acd89bd170bf9ae8b264c68a46281d02e6ab8009ad1bc2c96b27c4313186a3693ca74e798abe3a1c7906b"
  ]
}
