this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package tablecloth-base.0.0.10

Pomin Wu ee8a0316 fe8dffac

+26
+26
packages/tablecloth-base/tablecloth-base.0.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml and Rescript" 3 + description: """ 4 + Tablecloth is an ergonomic, cross-platform, standard library for use with OCaml and Rescript. It provides an easy-to-use, comprehensive and performant standard library, that has the same API on in OCaml and Rescript. 5 + """ 6 + maintainer: "Paul Biggar <paul@darklang.com>" 7 + authors: [ 8 + "Paul Biggar <paul@darklang.com>" 9 + "Dean Merchant <deanmerchant@gmail.com>" 10 + "Pomin Wu <pomin.wu@proton.me>" 11 + ] 12 + license: "MIT" 13 + homepage: "https://github.com/darklang/tablecloth-ocaml-base" 14 + bug-reports: "https://github.com/darklang/tablecloth-ocaml-base/issues" 15 + dev-repo: "git://github.com/darklang/tablecloth-ocaml-base" 16 + depends: [ "ocaml" {>= "4.10" } "dune" {>= "2.4" } "base" { >= "v0.15.0" } ] 17 + build: ["dune" "build" "-p" name "-j" jobs] 18 + conflicts: [ "tablecloth-native" {!= "transition"} ] 19 + url { 20 + src: 21 + "https://github.com/darklang/tablecloth-ocaml-base/archive/refs/tags/0.0.10.tar.gz" 22 + checksum: [ 23 + "md5=c46b1ab3dc31cac3d17aab14e4d2246a" 24 + "sha512=b65eee22b8059e13baeb10d2de7c294878c7839cf582c8f49e3954f22245d4ee8977d8fd22154e82a1b253a8d3afa7005b125b8c0f79f1e9a0f5a96da4ef8463" 25 + ] 26 + }