From 5692f3bd5c95391ee02f4536a43c735e6841dc96 Mon Sep 17 00:00:00 2001 From: Paul Biggar Date: Sat, 27 Apr 2019 08:10:42 -0700 Subject: [PATCH] Package tablecloth-native.0.0.6 --- .../tablecloth-native.0.0.6/opam | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/tablecloth-native/tablecloth-native.0.0.6/opam diff --git a/packages/tablecloth-native/tablecloth-native.0.0.6/opam b/packages/tablecloth-native/tablecloth-native.0.0.6/opam new file mode 100644 index 00000000000..4d6826c369e --- /dev/null +++ b/packages/tablecloth-native/tablecloth-native.0.0.6/opam @@ -0,0 +1,23 @@ +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 " +authors: "Paul Biggar " +license: "MIT with some exceptions" +homepage: "https://github.com/darklang/tablecloth" +bug-reports: "https://github.com/darklang/tablecloth/issues" +depends: [ + "ocaml" + "dune" {build} + "base" {>= "v0.10.0"} +] +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git://github.com/darklang/tablecloth" +url { + src: "https://github.com/darklang/tablecloth/archive/0.0.6.tar.gz" + checksum: [ + "md5=0ef7f429aaebc0188e05a7bcb4b095bd" + "sha512=d096aa1c6ce4f6b674e7d7524d47cb24e6f9b1abba739e2f7a9b142615baa123c1ff379bc127edf8c8fbe0491eafa5d20a0259a19e44c23df8a83b74d9c78233" + ] +} \ No newline at end of file