this repo has no description
0
fork

Configure Feed

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

Merge pull request #22374 from heldridge/release-plateau-0.1

[new release] plateau (0.1)

authored by

Marcello Seri and committed by
GitHub
f1f3391e 46f6ac78

+41
+41
packages/plateau/plateau.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Print a table in a single line" 3 + description: 4 + "Add a simple command to print a table to the command line with nice formatting" 5 + maintainer: ["Harry Eldridge <eldridgemharry@gmail.com>"] 6 + authors: ["Harry Eldridge <eldridgemharry@gmail.com>"] 7 + license: "GPL-3.0-only" 8 + homepage: "https://github.com/heldridge/plateau" 9 + bug-reports: "https://github.com/heldridge/plateau/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "ocaml" {>= "4.12.0"} 13 + "core" {>= "v0.14.1"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "--promote-install-files=false" 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ["dune" "install" "-p" name "--create-install-files" name] 31 + ] 32 + dev-repo: "git+https://github.com/heldridge/plateau.git" 33 + url { 34 + src: 35 + "https://github.com/heldridge/plateau/releases/download/0.1/plateau-0.1.tbz" 36 + checksum: [ 37 + "sha256=4a1b4d90043f4d51c1be6ee6d8c3ca09d1f5abb6e273a50762578d10883b9951" 38 + "sha512=187ee576ad1a4d15ec11c38f05d0a2844d9d69ea3fa6abdcbe755a0314a9bc3215fadb533ef82b805801d12ae7f0bd06e90fc0cbf4c2ef779b90cfd664850e6d" 39 + ] 40 + } 41 + x-commit-hash: "9335fca20d650456f410f3987ab4335ef2360c59"