opam-version: "2.0"
maintainer: "Marshall Roch <mroch@fb.com>"
authors: "Marshall Roch <mroch@fb.com>"
homepage: "https://github.com/flowtype/ocaml-dtoa"
bug-reports: "https://github.com/flowtype/ocaml-dtoa/issues"
license: "MIT"
doc: "https://github.com/flowtype/ocaml-dtoa"
dev-repo: "git+https://github.com/flowtype/ocaml-dtoa.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.01.0"}
  "jbuilder" {>= "1.0+beta7"}
  "ounit" {with-test & >= "2.0.0"}
]
synopsis:
  "Converts OCaml floats into strings (doubles to ascii, \"d to a\"), using the efficient Grisu3 algorithm."
description:
  "This is a (partial) port of Google's double-conversion library from C++ to C."
url {
  src: "https://github.com/flowtype/ocaml-dtoa/archive/0.3.0.tar.gz"
  checksum: "md5=b974e5ef17b357b0e8fe24c1fcc472c5"
}
