-
Notifications
You must be signed in to change notification settings - Fork 2
/
satysfi-code-printer.opam
34 lines (33 loc) · 1.01 KB
/
satysfi-code-printer.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
opam-version: "2.0"
name: "satysfi-code-printer"
version: "1.1.1"
synopsis: "Typeset source code with SATySFi"
description: """
Typeset source code with SATySFi.
"""
maintainer: "Naoki Kaneko <[email protected]>"
authors: "Naoki Kaneko <[email protected]>"
license: "MIT"
homepage: "https://github.com/puripuri2100/satysfi-code-printer"
dev-repo: "git+https://github.com/puripuri2100/satysfi-code-printer.git"
bug-reports: "https://github.com/puripuri2100/satysfi-code-printer/issues"
depends: [
"satysfi" { >= "0.0.6" & < "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" { >= "1.4.0" }
"satysfi-fonts-dejavu" {>= "2.37"}
]
build: [
["satyrographos" "opam" "build"
"--name" "code-printer"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "code-printer"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]