-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26684 from zoggy/opam-publish-stk.0.3.0
5 packages from zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2
- Loading branch information
Showing
5 changed files
with
208 additions
and
0 deletions.
There are no files selected for viewing
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,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" | ||
] | ||
} |
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: "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" | ||
] | ||
} |
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,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" | ||
] | ||
} |
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,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" | ||
] | ||
} |
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,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" | ||
] | ||
} |