-
Notifications
You must be signed in to change notification settings - Fork 0
/
satysfi-chemfml-doc.opam
38 lines (36 loc) · 1.07 KB
/
satysfi-chemfml-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
34
35
36
37
38
opam-version: "2.0"
name: "satysfi-chemfml-doc"
version: "1.0.2"
synopsis: "Document of a SATySFi Package for chemical formulas"
description: """
The package `chemfml` is a SATySFi package for drawing chemical reaction formulas.
This package is a document of chemfml
"""
maintainer: "Amadeus_vn <git@amas.dev>"
authors: "Amadeus_vn <git@amas.dev>"
license: "MIT"
homepage: "https://github.com/gw31415/satysfi-chemfml"
dev-repo: "git+https://github.com/gw31415/satysfi-chemfml.git"
bug-reports: "https://github.com/gw31415/satysfi-chemfml/issues"
depends: [
"satysfi" { >= "0.0.6" & < "0.0.8" }
"satyrographos" { >= "0.0.2.6" & < "0.0.3" }
# You may want to include the corresponding library
"satysfi-chemfml" {= "%{version}%"}
# Other libraries
"satysfi-dist"
"satysfi-base"
"satysfi-easytable"
]
build: [
["satyrographos" "opam" "build"
"--name" "chemfml-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "chemfml-doc"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]