Skip to content

Commit 91d98fe

Browse files
authored
Merge pull request ocaml#28051 from zoggy/opam-publish-stk_iconv.0.5.0
6 packages from zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2
2 parents 425516b + 0a511c7 commit 91d98fe

File tree

6 files changed

+243
-0
lines changed
  • packages
    • stk_iconv/stk_iconv.0.5.0
    • stk_ocf/stk_ocf.0.5.0
    • stk_ppx/stk_ppx.0.5.0
    • stk_rdf/stk_rdf.0.5.0
    • stk_xml/stk_xml.0.5.0
    • stk/stk.0.5.0

6 files changed

+243
-0
lines changed

packages/stk/stk.0.5.0/opam

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "SDL-based GUI toolkit"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"ocaml" {>= "5.2.0"}
12+
"css" {>= "0.3.0"}
13+
"fmt" {>= "0.9.0"}
14+
"higlo" {>= "0.10.0"}
15+
"logs" {>= "0.7.0"}
16+
"lwt" {>= "5.4.0"}
17+
"lwt_ppx" {>= "2.0.2"}
18+
"pcre" {>= "7.5.0"}
19+
"ocf" {>= "0.9.0"}
20+
"ocf_ppx" {>= "0.9.0"}
21+
"ppx_blob" {>= "0.9.0"}
22+
"ptime" {>= "1.1.0"}
23+
"sedlex" {>= "1.2"}
24+
"stk_ppx" {= version}
25+
"tsdl" {>= "1.1.0"}
26+
"tsdl-image" {>= "0.3.2"}
27+
"tsdl-ttf" {>= "0.3.2"}
28+
"uunf" {>= "15.0.0"}
29+
"uutf" {>= "1.0.0"}
30+
"odoc" {with-doc}
31+
]
32+
build: [
33+
["dune" "subst"] {dev}
34+
[
35+
"dune"
36+
"build"
37+
"-p"
38+
name
39+
"-j"
40+
jobs
41+
"@install"
42+
"@runtest" {with-test}
43+
"@doc" {with-doc}
44+
]
45+
]
46+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
47+
url {
48+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
49+
checksum: [
50+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
51+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
52+
]
53+
}
54+
x-maintenance-intent: ["(latest)"]
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
synopsis: "Bindings to GNU libiconv"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"ctypes" {>= "0.20.1"}
12+
"ctypes-foreign" {>= "0.18.0"}
13+
"logs" {>= "0.7.0"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
31+
url {
32+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
33+
checksum: [
34+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
35+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
36+
]
37+
}
38+
x-maintenance-intent: ["(latest)"]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Utils to build GUI above Ocf"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"ocf" {>= "0.9.0"}
12+
"stk" {= version}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
30+
url {
31+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
32+
checksum: [
33+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
34+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
35+
]
36+
}
37+
x-maintenance-intent: ["(latest)"]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "PPX used for debug logging in Stk"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"ocaml" {>= "5.2.0"}
12+
"ppxlib"
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
30+
url {
31+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
32+
checksum: [
33+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
34+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
35+
]
36+
}
37+
x-maintenance-intent: ["(latest)"]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Utilities to display and edit RDF data"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"rdf" {>= "1.0.0"}
12+
"stk" {= version}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
30+
url {
31+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
32+
checksum: [
33+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
34+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
35+
]
36+
}
37+
x-maintenance-intent: ["(latest)"]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Library to display xml/html"
3+
maintainer: "[email protected]"
4+
authors: "Zoggy <[email protected]>"
5+
license: "GPL-3.0-only"
6+
homepage: "https://zoggy.frama.io/ocaml-stk/"
7+
doc: "https://zoggy.frama.io/ocaml-stk/"
8+
bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues"
9+
depends: [
10+
"dune" {>= "3.19"}
11+
"ldp" {>= "0.4.0"}
12+
"ppx_blob" {>= "0.9.0"}
13+
"stk" {= version}
14+
"stk_rdf" {= version}
15+
"xtmpl" {>= "1.0.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
33+
url {
34+
src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.5.0.tar.bz2"
35+
checksum: [
36+
"md5=beeed5752ff67b3abeb1bcf8fb6b9098"
37+
"sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c"
38+
]
39+
}
40+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)