-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsatysfi-csvtable.opam
35 lines (34 loc) · 1001 Bytes
/
satysfi-csvtable.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
opam-version: "2.0"
name: "satysfi-csvtable"
version: "1.1.0"
synopsis: "A SATySFi package to embed CSV into tables"
description: """
A SATySFi package to embed CSV into tables.
"""
maintainer: "Wataru Otsubo <[email protected]>"
authors: "Wataru Otsubo <[email protected]>"
license: "MIT"
homepage: "https://github.com/qwjyh/satysfi-csvtable"
dev-repo: "git+https://github.com/qwjyh/satysfi-csvtable.git"
bug-reports: "https://github.com/qwjyh/satysfi-csvtable/issues"
depends: [
"satysfi" { >= "0.0.7" & < "0.0.8" }
"satyrographos" { >= "0.0.2.6" & < "0.0.3" }
# If your library depends on other libraries, please write down here
"satysfi-dist"
"satysfi-base"
"satysfi-csv"
"satysfi-easytable" {>= "1.1.2" }
]
build: [
["satyrographos" "opam" "build"
"--name" "csvtable"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "csvtable"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]