opam-version: "2.0"
synopsis:
  "Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml, Bucklescript and ReasonML"

maintainer: "Paul Biggar <paul@darklang.com>"
authors: "Paul Biggar <paul@darklang.com>"
license: "MIT with some exceptions"
homepage: "https://github.com/darklang/tablecloth"
bug-reports: "https://github.com/darklang/tablecloth/issues"
depends: [
  "ocaml"
  "dune"
  "base" {>= "v0.10.0" & < "v0.15"}
]
build: [
  ["mv" "native/dune-project" "."]
  ["mv" "native/%{name}%.opam" "."]
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git://github.com/darklang/tablecloth"
url {
  src: "https://github.com/darklang/tablecloth/archive/0.0.3.tar.gz"
  checksum: [
    "md5=913df426e14adb5fc85bb2eded4a083a"
    "sha512=8a01a254fabd4c0ba2b00e41c0a802cc89834542e9a625e823841e57cdb22cf4885125fed9861a9ad594bd60821ebc0431fda2298e7b273d6852cad1a0ebd0e7"
  ]
}
