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.6.tar.gz" 23 checksum: [ 24 "md5=0ef7f429aaebc0188e05a7bcb4b095bd" 25 "sha512=d096aa1c6ce4f6b674e7d7524d47cb24e6f9b1abba739e2f7a9b142615baa123c1ff379bc127edf8c8fbe0491eafa5d20a0259a19e44c23df8a83b74d9c78233" 26 ] 27}