Skip to content

Commit

Permalink
Merge pull request #26684 from zoggy/opam-publish-stk.0.3.0
Browse files Browse the repository at this point in the history
5 packages from zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2
  • Loading branch information
mseri authored Oct 8, 2024
2 parents 8de63a8 + 81341ce commit 3039e8a
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 0 deletions.
55 changes: 55 additions & 0 deletions packages/stk/stk.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
opam-version: "2.0"
synopsis: "SDL-based GUI toolkit"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/ocaml-stk/"
doc: "https://zoggy.frama.io/ocaml-stk/"
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "5.2.0"}
"css" {>= "0.2.0"}
"fmt" {>= "0.9.0"}
"higlo" {>= "0.9"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.4.0"}
"lwt_ppx" {>= "2.0.2"}
"pcre" {>= "7.5.0"}
"ocf" {>= "0.8.0"}
"ocf_ppx" {>= "0.8.0"}
"ppx_blob" {>= "0.7.2"}
"ptime" {>= "1.1.0"}
"sedlex" {>= "1.2"}
"stk_ppx" {= version}
"tsdl" {>= "1.1.0"}
"tsdl-image" {>= "0.3.2"}
"tsdl-ttf" {>= "0.3.2"}
"uunf" {>= "15.0.0"}
"uutf" {>= "1.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
url {
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2"
checksum: [
"md5=bf3724827aa00f2b5072a9f5e5e9293f"
"sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8"
]
}
39 changes: 39 additions & 0 deletions packages/stk_iconv/stk_iconv.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "Bindings to GNU libiconv"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/ocaml-stk/"
doc: "https://zoggy.frama.io/ocaml-stk/"
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
depends: [
"dune" {>= "2.9"}
"ctypes" {>= "0.20.1"}
"ctypes-foreign" {>= "0.18.0"}
"logs" {>= "0.7.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
url {
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2"
checksum: [
"md5=bf3724827aa00f2b5072a9f5e5e9293f"
"sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8"
]
}
38 changes: 38 additions & 0 deletions packages/stk_ocf/stk_ocf.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "Utils to build GUI above Ocf"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/ocaml-stk/"
doc: "https://zoggy.frama.io/ocaml-stk/"
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
depends: [
"dune" {>= "2.9"}
"ocf" {>= "0.8.0"}
"stk" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
url {
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2"
checksum: [
"md5=bf3724827aa00f2b5072a9f5e5e9293f"
"sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8"
]
}
38 changes: 38 additions & 0 deletions packages/stk_ppx/stk_ppx.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "PPX used for debug logging in Stk"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/ocaml-stk/"
doc: "https://zoggy.frama.io/ocaml-stk/"
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "5.2.0"}
"ppxlib"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
url {
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2"
checksum: [
"md5=bf3724827aa00f2b5072a9f5e5e9293f"
"sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8"
]
}
38 changes: 38 additions & 0 deletions packages/stk_rdf/stk_rdf.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "Utilities to display and edit RDF data"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/ocaml-stk/"
doc: "https://zoggy.frama.io/ocaml-stk/"
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
depends: [
"dune" {>= "2.9"}
"rdf" {>= "1.0.0"}
"stk" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
url {
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2"
checksum: [
"md5=bf3724827aa00f2b5072a9f5e5e9293f"
"sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8"
]
}

0 comments on commit 3039e8a

Please sign in to comment.