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"
4
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.3.tar.gz"
23 checksum: [
24 "md5=913df426e14adb5fc85bb2eded4a083a"
25 "sha512=8a01a254fabd4c0ba2b00e41c0a802cc89834542e9a625e823841e57cdb22cf4885125fed9861a9ad594bd60821ebc0431fda2298e7b273d6852cad1a0ebd0e7"
26 ]
27}