-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsatysfi-sss-doc.opam
33 lines (32 loc) · 983 Bytes
/
satysfi-sss-doc.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"
version: "0.2.0"
synopsis: "Document: Simple stylizing scheme"
description: """
Document: Simple stylizing scheme for SATySFi
"""
maintainer: "SAKAMOTO Noriaki <[email protected]>"
authors: "SAKAMOTO Noriaki <[email protected]>"
license: "LGPL-3.0-or-later" # Choose what you want
homepage: "https://github.com/na4zagin3/satysfi-fss"
dev-repo: "git+https://github.com/na4zagin3/satysfi-fss.git"
bug-reports: "https://github.com/na4zagin3/satysfi-fss/issues"
depends: [
"satysfi" {>= "0.0.5" & < "0.0.7"}
"satyrographos" {>= "0.0.2.6" & < "0.0.3"}
"satysfi-dist"
"satysfi-fss" {= "%{version}%"}
"satysfi-sss" {= "%{version}%"}
"satysfi-fss-fontset-bodoni-star" {= "2.3"}
]
build: [
["satyrographos" "opam" "build"
"--name" "sss-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "sss-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]