this repo has no description

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

[new release] plateau (0.1)

Changed files
+41
packages
plateau
plateau.0.1
+41
packages/plateau/plateau.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Print a table in a single line"
+
description:
+
"Add a simple command to print a table to the command line with nice formatting"
+
maintainer: ["Harry Eldridge <eldridgemharry@gmail.com>"]
+
authors: ["Harry Eldridge <eldridgemharry@gmail.com>"]
+
license: "GPL-3.0-only"
+
homepage: "https://github.com/heldridge/plateau"
+
bug-reports: "https://github.com/heldridge/plateau/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.12.0"}
+
"core" {>= "v0.14.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/heldridge/plateau.git"
+
url {
+
src:
+
"https://github.com/heldridge/plateau/releases/download/0.1/plateau-0.1.tbz"
+
checksum: [
+
"sha256=4a1b4d90043f4d51c1be6ee6d8c3ca09d1f5abb6e273a50762578d10883b9951"
+
"sha512=187ee576ad1a4d15ec11c38f05d0a2844d9d69ea3fa6abdcbe755a0314a9bc3215fadb533ef82b805801d12ae7f0bd06e90fc0cbf4c2ef779b90cfd664850e6d"
+
]
+
}
+
x-commit-hash: "9335fca20d650456f410f3987ab4335ef2360c59"