Skip to content

Commit

Permalink
Package cv-satysfi 0.2.0 (#684)
Browse files Browse the repository at this point in the history
* 2 packages from MasWag/cv-satysfi at 0.2.0

* Updated checksum

* Update the dependencies for class-cv-doc
  • Loading branch information
MasWag authored Aug 14, 2024
1 parent 54617b6 commit 1740031
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/satysfi-class-cv-doc/satysfi-class-cv-doc.0.2.0/opam
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"
]
}
40 changes: 40 additions & 0 deletions packages/satysfi-class-cv/satysfi-class-cv.0.2.0/opam
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"
]
}

0 comments on commit 1740031

Please sign in to comment.