this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml, Bucklescript and ReasonML" 4description: "Longer description" 5maintainer: "Paul Biggar <paul@darklang.com>" 6authors: "Paul Biggar <paul@darklang.com>" 7license: "MIT with some exceptions" 8homepage: "https://github.com/darklang/tablecloth" 9bug-reports: "https://github.com/darklang/tablecloth/issues" 10depends: [ 11 "ocaml" 12 "dune" 13 "base" {>= "v0.10.0"} 14] 15build: [ 16 ["mv" "native/dune-project" "."] 17 ["mv" "native/%{name}%.opam" "."] 18 ["dune" "build" "-p" name "-j" jobs] 19] 20dev-repo: "git+https://github.com/darklang/tablecloth" 21url { 22 src: "https://github.com/darklang/tablecloth/archive/0.0.2.tar.gz" 23 checksum: [ 24 "md5=5671b9cd3aef00a767d2f7811065e68d" 25 "sha512=3330a63e0d828e3c891f4cd66922310747e89f666ecab7fd0c5b7564d4c32bce192cdb08293dace0a1255cd9da4e793e0c1f142cce7d25e260bd0b0649e88348" 26 ] 27}