this repo has no description
1opam-version: "2.0"
2synopsis: "Elegant Printer of Insanely Complex Tables Expressing Trees with Uneven Shapes"
3maintainer: "Marc Chevalier <github@marc-chevalier.com>"
4authors: "Marc Chevalier <github@marc-chevalier.com>"
5depends: [
6 "ocaml" {>= "4.03.0"}
7 "dune" {>= "1.6.3"}
8 "ounit2" {with-test & >= "2.0.8"}
9]
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13run-test: [
14 ["dune" "runtest"]
15]
16homepage: "https://github.com/marc-chevalier/epictetus"
17bug-reports: "https://github.com/marc-chevalier/epictetus/issues"
18dev-repo: "git+https://github.com/marc-chevalier/epictetus.git"
19license: "MIT"
20description: """
21Align nicely tables in which each line may not have the same subdivision of subcolumns.
22"""
23url {
24 src: "https://github.com/marc-chevalier/epictetus/archive/3.1.0.tar.gz"
25 checksum: [
26 "md5=2b364e398946d9babace2db178c4d865"
27 "sha512=058fb6551fed906829c00f2c55a2946fc05b1941a59a6770226912d3052207fdd88864302df980312a9d03d4d2100a5e9c77448b799c878c6782a943d5b40557"
28 ]
29}