-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsatysfi-mktable.opam
36 lines (34 loc) · 1.26 KB
/
satysfi-mktable.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
opam-version: "2.0"
name: "satysfi-mktable"
version: "0.1.0"
synopsis: "An ultra clear and configurable table making DSL for SATySFi"
description: """
MkTable (pronounced as 'make table') is a table making DSL for SATySFi.
This makes it possible to treat tables as a kind of values in SATySFi
and provides a markdown like (but more configurable) sytax to denote
tables.
The tables can have vertical or horizontal rules and alignments.
You need not to give or to write function of configuration of rules
or alignments, or matrix of inline-text to put a table, but only one
table is actually required.
Optionally, you can specify the paddings of cells and the set of
width of rules.
"""
maintainer: "Yuki Takagi <takagiy.4dev@gmail.com> <https://github.com/takagiy>"
authors: "Yuki Takagi <takagiy.4dev@gmail.com> <https://github.com/takagiy>"
license: "MIT"
homepage: "https://github.com/takagiy/satysfi-MkTable"
bug-reports: "https://github.com/takagiy/satysfi-MkTable/issues"
dev-repo: "git+https://github.com/takagiy/satysfi-MkTable.git"
depends: [
"satysfi" {>= "0.0.3" & < "0.0.4"}
"satyrographos" {>= "0.0.2" & < "0.0.3"}
"satysfi-dist"
]
build: []
install: [
["satyrographos" "opam" "install"
"-name" "mktable"
"-prefix" "%{prefix}%"
"-script" "%{build}%/Satyristes"]
]