Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package cv-satysfi 0.2.0 #684

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <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.3" & < "0.0.9"}
na4zagin3 marked this conversation as resolved.
Show resolved Hide resolved
"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=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"
]
}
Loading