Skip to content

Commit f96c4f1

Browse files
authored
Merge pull request #27909 from let-def/release-lwd-v0.4
[new release] lwd (7 packages) (0.4)
2 parents 6ef11c3 + 502b1ef commit f96c4f1

File tree

10 files changed

+274
-3
lines changed
  • packages
    • brr-lwd/brr-lwd.0.4
    • docfd
    • lwd/lwd.0.4
    • nottui-lwt/nottui-lwt.0.4
    • nottui-pretty/nottui-pretty.0.4
    • nottui-unix/nottui-unix.0.4
    • nottui/nottui.0.4
    • tyxml-lwd/tyxml-lwd.0.4

10 files changed

+274
-3
lines changed

packages/brr-lwd/brr-lwd.0.4/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Make reactive webpages in Js_of_ocaml using Brr and Lwd"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"lwd" {= version}
12+
"brr" {>= "0.0.4"}
13+
"js_of_ocaml"
14+
"js_of_ocaml-lwt" {with-test}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/let-def/lwd.git"
32+
url {
33+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
34+
checksum: [
35+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
36+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
37+
]
38+
}
39+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"

packages/docfd/docfd.0.3.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

packages/docfd/docfd.0.5.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

packages/docfd/docfd.0.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

packages/lwd/lwd.0.4/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Lightweight reactive documents"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"seq"
12+
"ocaml" {>= "4.03"}
13+
"qtest" {with-test}
14+
"qcheck" {with-test}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/let-def/lwd.git"
32+
url {
33+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
34+
checksum: [
35+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
36+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
37+
]
38+
}
39+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"
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: "Run Nottui UIs in Lwt"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"lwt"
12+
"nottui" {= version}
13+
"notty" {>= "0.2"}
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://github.com/let-def/lwd.git"
31+
url {
32+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
33+
checksum: [
34+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
35+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
36+
]
37+
}
38+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"
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: "A pretty-printer based on PPrint rendering UIs"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"nottui" {= version}
12+
"notty" {>= "0.2"}
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://github.com/let-def/lwd.git"
30+
url {
31+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
32+
checksum: [
33+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
34+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
35+
]
36+
}
37+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"
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: "UI toolkit for the UNIX terminal built on top of Notty and Lwd"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"lwd" {= version}
12+
"notty" {>= "0.2"}
13+
"nottui" {= version}
14+
"cbor" {with-test}
15+
"containers" {with-test}
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://github.com/let-def/lwd.git"
33+
url {
34+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
35+
checksum: [
36+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
37+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
38+
]
39+
}
40+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"

packages/nottui/nottui.0.4/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "UI toolkit for the terminal built on top of Notty and Lwd"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"lwd" {= version}
12+
"notty" {>= "0.2"}
13+
"cbor" {with-test}
14+
"containers" {with-test}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/let-def/lwd.git"
32+
url {
33+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
34+
checksum: [
35+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
36+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
37+
]
38+
}
39+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Make reactive webpages in Js_of_ocaml using Tyxml and Lwd"
3+
maintainer: ["[email protected]"]
4+
authors: ["Frédéric Bour"]
5+
license: "MIT"
6+
homepage: "https://github.com/let-def/lwd"
7+
doc: "https://let-def.github.io/lwd/doc"
8+
bug-reports: "https://github.com/let-def/lwd/issues"
9+
depends: [
10+
"dune" {>= "3.5"}
11+
"lwd" {= version}
12+
"tyxml" {>= "4.6.0"}
13+
"js_of_ocaml"
14+
"js_of_ocaml-ppx"
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/let-def/lwd.git"
32+
url {
33+
src: "https://github.com/let-def/lwd/releases/download/v0.4/lwd-0.4.tbz"
34+
checksum: [
35+
"sha256=9e7165b650567cf39eac5e07b95346cd7719c5149db0cf9a6de0f965d43ec7c5"
36+
"sha512=7e015ecbdf19dbf503e70fb1fb8f6e2f78182cafbda172d9849a910d92c4a44e0c4d0fe8fb7a81515ba224ce9e624fac79ef41ad04a010af460dc2c0c2f261bc"
37+
]
38+
}
39+
x-commit-hash: "4d139dbb3e85b623a06093f5757d820138f405a0"

0 commit comments

Comments
 (0)