-
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 * Updated checksum * Update the dependencies for class-cv-doc
- Loading branch information
Showing
2 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
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,39 @@ | ||
opam-version: "2.0" | ||
synopsis: "Documentation of a class for CV" | ||
description: """Documentation of a class for CV.""" | ||
|
||
maintainer: "Masaki Waga <masakiwaga@gmail.com>" | ||
authors: [ | ||
"Masaki Waga <masakiwaga@gmail.com>" | ||
] | ||
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-enumitem" {>= "3.0.1" & < "4.0.0"} | ||
"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=ca3ff8defa998df093b69d50ce2e5059" | ||
"sha512=3b2353c106a4055ae64bd94ccb519abcbde12baa76c9e06c95152648f16501f0188d5fd68af4dce40493f565639acbdb6e1ca82969da6ce65ec8c1d82c5364ba" | ||
] | ||
} |
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 <masakiwaga@gmail.com>" | ||
authors: [ | ||
"Masaki Waga <masakiwaga@gmail.com>" | ||
] | ||
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=ca3ff8defa998df093b69d50ce2e5059" | ||
"sha512=3b2353c106a4055ae64bd94ccb519abcbde12baa76c9e06c95152648f16501f0188d5fd68af4dce40493f565639acbdb6e1ca82969da6ce65ec8c1d82c5364ba" | ||
] | ||
} |