this repo has no description
1opam-version: "2.0"
2synopsis: "Print a table in a single line"
3description:
4 "Add a simple command to print a table to the command line with nice formatting"
5maintainer: ["Harry Eldridge <eldridgemharry@gmail.com>"]
6authors: ["Harry Eldridge <eldridgemharry@gmail.com>"]
7license: "GPL-3.0-only"
8homepage: "https://github.com/heldridge/plateau"
9bug-reports: "https://github.com/heldridge/plateau/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ocaml" {>= "4.12.0"}
13 "core" {>= "v0.14.1"}
14 "odoc" {with-doc}
15]
16build: [
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]
32dev-repo: "git+https://github.com/heldridge/plateau.git"
33url {
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}
41x-commit-hash: "9335fca20d650456f410f3987ab4335ef2360c59"