-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29c5aae
commit 4f0ca25
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
opam-version: "2.0" | ||
synopsis: "A collection of utility functions and modules for SATySFi" | ||
description: """ | ||
This is a collection of utility functions and modules for SATySFi. Because the library bundled with the default installation configuration of SATySFi is currently not rich enough, this project aims to provide a complementary library sufficient for most situations in typesetting. | ||
|
||
this requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. | ||
""" | ||
maintainer: "Yuichi Nishiwaki <[email protected]>" | ||
authors: [ | ||
"Yuichi Nishiwaki <[email protected]>" | ||
"puripuri2100 <[email protected]>" | ||
"Yuito Murase <[email protected]>" | ||
] | ||
license: "MIT" | ||
homepage: "https://github.com/nyuichi/satysfi-base" | ||
bug-reports: "https://github.com/nyuichi/satysfi-base/issues" | ||
depends: [ | ||
"satysfi" {>= "0.0.5" & < "0.1"} | ||
"satysfi-dist" | ||
"satyrographos" {>= "0.0.2.6" & < "0.0.3"} | ||
"satysfi-fonts-dejavu" {>= "2.37"} | ||
] | ||
install: [ | ||
["satyrographos" "opam" "install" | ||
"--name" "base" | ||
"--prefix" "%{prefix}%" | ||
"--script" "%{build}%/Satyristes"] | ||
] | ||
url { | ||
src: | ||
"https://github.com/nyuichi/satysfi-base/archive/refs/tags/1.6.0.tar.gz" | ||
checksum: [ | ||
"md5=b853f692f4c38026d249c146f8b3ee98" | ||
"sha512=8f6f6e6a1c1f269aa98dbd243971af87d3bd96cb16f8eb843f1e2ee7476e20a5b5af2fc0a39986cbcd9383bd0143fcf9e29b4aa920f79c98b1480804443eb8a2" | ||
] | ||
} |