-
Notifications
You must be signed in to change notification settings - Fork 0
/
satysfi-chemfml.opam
33 lines (32 loc) · 947 Bytes
/
satysfi-chemfml.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"
name: "satysfi-chemfml"
version: "1.0.2"
synopsis: "A SATySFi Package for chemical formulas"
description: """
This is a SATySFi package for drawing chemical reaction formulas
"""
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" }
# If your library depends on other libraries, please write down here
"satysfi-dist"
"satysfi-base"
]
build: [
["satyrographos" "opam" "build"
"--name" "chemfml"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"--name" "chemfml"
"--prefix" "%{prefix}%"
"--script" "%{build}%/Satyristes"]
]