Skip to content

Commit

Permalink
2 packages from MasWag/cv-satysfi at 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Aug 12, 2024
1 parent 54617b6 commit 511bcda
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
38 changes: 38 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,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"
]
}
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 <[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"
]
}

0 comments on commit 511bcda

Please sign in to comment.