-
Notifications
You must be signed in to change notification settings - Fork 11
/
satysfi-base.opam
33 lines (32 loc) · 1.22 KB
/
satysfi-base.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
opam-version: "2.0"
name: "satysfi-base"
version: "1.6.0"
synopsis: "A collection of utility functions and modules for SATySFi"
description: """
This is a collection of utility functions and modules for SATySFi. Because the library bundled with the default installation configuration of SATySFi is currently not rich enough, this project aims to provide a complementary library sufficient for most situations in typesetting.
this requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos.
"""
maintainer: "Yuichi Nishiwaki <[email protected]>"
authors: [
"Yuichi Nishiwaki <[email protected]>"
"puripuri2100 <[email protected]>"
"Yuito Murase <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/nyuichi/satysfi-base"
bug-reports: "https://github.com/nyuichi/satysfi-base/issues"
dev-repo: "git+https://github.com/nyuichi/satysfi-base.git"
depends: [
"satysfi" {>= "0.0.6" & < "0.1"}
"satysfi-dist"
"satyrographos" {>= "0.0.2.6" & < "0.0.3"}
"satysfi-fonts-dejavu" {>= "2.37"}
"satysfi-test" {>= "0.0.1" & < "0.0.2"}
]
build: [ ]
install: [
["satyrographos" "opam" "install"
"--name" "base"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]