-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsatysfi-parallel.opam
More file actions
30 lines (28 loc) · 838 Bytes
/
Copy pathsatysfi-parallel.opam
File metadata and controls
30 lines (28 loc) · 838 Bytes
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
opam-version: "2.0"
name: "satysfi-parallel"
version: "0.2.0"
synopsis: "Typesetting two texts in parallel"
description: """Typesetting two texts in parallel"""
maintainer: "Masaki Waga <masakiwaga@gmail.com>"
authors: "Masaki Waga <masakiwaga@gmail.com>"
license: "MIT"
homepage: "https://github.com/MasWag/satysfi-parallel"
bug-reports: "https://github.com/MasWag/satysfi-parallel/issues"
dev-repo: "git+https://github.com/MasWag/satysfi-parallel.git"
depends: [
"satysfi" {>= "0.0.5" & < "0.0.7"}
"satysfi-dist"
"satyrographos" {>= "0.0.2.6" & < "0.0.3"}
]
build: [
["satyrographos" "opam" "build"
"--name" "parallel"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "parallel"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]