opam-version: "2.0"
synopsis:
  "Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml, Bucklescript and ReasonML"
description: "Longer description"
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.2.tar.gz"
  checksum: [
    "md5=5671b9cd3aef00a767d2f7811065e68d"
    "sha512=3330a63e0d828e3c891f4cd66922310747e89f666ecab7fd0c5b7564d4c32bce192cdb08293dace0a1255cd9da4e793e0c1f142cce7d25e260bd0b0649e88348"
  ]
}
