-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsatysfi-algorithm-doc.opam
More file actions
37 lines (35 loc) · 1.06 KB
/
satysfi-algorithm-doc.opam
File metadata and controls
37 lines (35 loc) · 1.06 KB
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
36
37
opam-version: "2.0"
name: "satysfi-algorithm-doc"
version: "1.0.0"
synopsis: "Document of satysfi-algorithm"
description: """
Document of satysfi-algorithm.
"""
maintainer: "KOBAYASHI Ryota <koba.pic@gmail.com>"
authors: "KOBAYASHI Ryota <koba.pic@gmail.com>"
license: "MIT" # Choose what you want
homepage: "https://github.com/pickoba/satysfi-algorithm"
dev-repo: "git+https://github.com/pickoba/satysfi-algorithm.git"
bug-reports: "https://github.com/pickoba/satysfi-algorithm/issues"
depends: [
"satysfi" { >= "0.0.6" & < "0.1" }
"satyrographos" { >= "0.0.2.6" & < "0.0.3" }
# You may want to include the corresponding library
"satysfi-algorithm" {= "%{version}%"}
# Other libraries
"satysfi-dist"
"satysfi-base" { >= "1.4.0" & < "2.0.0" }
"satysfi-fss" { >= "0.2.0" & < "0.3.0" }
]
build: [
["satyrographos" "opam" "build"
"--name" "algorithm-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "algorithm-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]