Skip to content

Commit af47b7a

Browse files
committed
2 packages from framagit.org/zoggy/ocaml-stk/-/archive/0.1.0/ocaml-stk-0.1.0.tar.bz2
1 parent a937a5e commit af47b7a

File tree

2 files changed

+93
-0
lines changed
  • packages
    • stk_iconv/stk_iconv.0.1.0
    • stk/stk.0.1.0

2 files changed

+93
-0
lines changed

packages/stk/stk.0.1.0/opam

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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" {>= "2.9"}
11+
"ocaml" {>= "4.12.0"}
12+
"fmt" {>= "0.9.0"}
13+
"higlo" {>= "0.9"}
14+
"logs" {>= "0.7.0"}
15+
"lwt" {>= "5.4.0"}
16+
"lwt_ppx" {>= "2.0.2"}
17+
"pcre" {>= "7.5.0"}
18+
"ocf" {>= "0.8.0"}
19+
"ocf_ppx" {>= "0.8.0"}
20+
"ppx_blob" {>= "0.7.2"}
21+
"sedlex" {>= "1.2"}
22+
"tsdl" {>= "1.0.0"}
23+
"tsdl-image" {>= "0.3.2"}
24+
"tsdl-ttf" {>= "0.3.2"}
25+
"uunf" {>= "15.0.0"}
26+
"uutf" {>= "1.0.0"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
46+
url {
47+
src:
48+
"https://framagit.org/zoggy/ocaml-stk/-/archive/0.1.0/ocaml-stk-0.1.0.tar.bz2"
49+
checksum: [
50+
"md5=c334ffabde8b710f1eba6699db0f601a"
51+
"sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5"
52+
]
53+
}
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: "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" {>= "2.9"}
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+
"--promote-install-files=false"
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
["dune" "install" "-p" name "--create-install-files" name]
31+
]
32+
dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git"
33+
url {
34+
src:
35+
"https://framagit.org/zoggy/ocaml-stk/-/archive/0.1.0/ocaml-stk-0.1.0.tar.bz2"
36+
checksum: [
37+
"md5=c334ffabde8b710f1eba6699db0f601a"
38+
"sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5"
39+
]
40+
}

0 commit comments

Comments
 (0)