-
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.
2 packages from MasWag/cv-satysfi at 0.2.0
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
packages/satysfi-class-cv-doc/satysfi-class-cv-doc.0.2.0/opam
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,38 @@ | ||
opam-version: "2.0" | ||
synopsis: "Documentation of a class for CV" | ||
description: """Documentation of a class for CV.""" | ||
|
||
maintainer: "Masaki Waga <[email protected]>" | ||
authors: [ | ||
"Masaki Waga <[email protected]>" | ||
] | ||
license: "MIT" | ||
homepage: "https://github.com/MasWag/cv-satysfi" | ||
bug-reports: "https://github.com/MasWag/cv-satysfi/issues" | ||
dev-repo: "git+https://github.com/MasWag/cv-satysfi.git" | ||
|
||
depends: [ | ||
"satysfi" {>= "0.0.3" & < "0.0.9"} | ||
"satyrographos" {>= "0.0.2.6" & < "0.0.3"} | ||
"satysfi-dist" | ||
] | ||
|
||
build: [ | ||
["satyrographos" "opam" "build" | ||
"--name" "class-cv-doc" | ||
"--prefix" "%{prefix}%" | ||
"--script" "%{build}%/Satyristes"] | ||
] | ||
install: [ | ||
["satyrographos" "opam" "install" | ||
"--name" "class-cv-doc" | ||
"--prefix" "%{prefix}%" | ||
"--script" "%{build}%/Satyristes"] | ||
] | ||
url { | ||
src: "https://github.com/MasWag/cv-satysfi/archive/refs/tags/0.2.0.tar.gz" | ||
checksum: [ | ||
"md5=5f9d9cfbaf457fcacadf069ad18a1021" | ||
"sha512=d0a154cc4626d2d8c566e4d0a4f5ea4884292c541a8af509890873c348a5b880d2a919daa0292058600ab7be7b4f4fede193d21531bf5f6b3aa7e5b455fbb645" | ||
] | ||
} |
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,40 @@ | ||
opam-version: "2.0" | ||
synopsis: "SATySFi class file for Curriculum Vitae" | ||
description: """ | ||
SATySFi class file for Curriculum Vitae | ||
""" | ||
maintainer: "Masaki Waga <[email protected]>" | ||
authors: [ | ||
"Masaki Waga <[email protected]>" | ||
] | ||
license: "MIT" | ||
homepage: "https://github.com/MasWag/cv-satysfi" | ||
bug-reports: "https://github.com/MasWag/cv-satysfi/issues" | ||
dev-repo: "git+https://github.com/MasWag/cv-satysfi.git" | ||
depends: [ | ||
"satysfi" {>= "0.0.6" & < "0.1.0"} | ||
"satyrographos" {>= "0.0.2.6" & < "0.0.3"} | ||
"satysfi-base" {>= "1.2.1" & < "2.0.0"} | ||
"satysfi-fonts-asana-math" {>= "000.958+1+satysfi0.0.4"} | ||
"satysfi-parallel" {>= "0.0.1"} | ||
"satysfi-enumitem" {>= "3.0.1" & < "4.0.0"} | ||
] | ||
build: [ | ||
["satyrographos" "opam" "build" | ||
"--name" "class-cv" | ||
"--prefix" "%{prefix}%" | ||
"--script" "%{build}%/Satyristes"] | ||
] | ||
install: [ | ||
["satyrographos" "opam" "install" | ||
"--name" "class-cv" | ||
"--prefix" "%{prefix}%" | ||
"--script" "%{build}%/Satyristes"] | ||
] | ||
url { | ||
src: "https://github.com/MasWag/cv-satysfi/archive/refs/tags/0.2.0.tar.gz" | ||
checksum: [ | ||
"md5=5f9d9cfbaf457fcacadf069ad18a1021" | ||
"sha512=d0a154cc4626d2d8c566e4d0a4f5ea4884292c541a8af509890873c348a5b880d2a919daa0292058600ab7be7b4f4fede193d21531bf5f6b3aa7e5b455fbb645" | ||
] | ||
} |