this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20769 from let-def/release-lwd-v0.2

[new release] tyxml-lwd, nottui, nottui-pretty, nottui-lwt, lwd and brr-lwd (0.2)

authored by

Kate and committed by
GitHub
c46a661c 8b6908ab

+238 -4
+39
packages/brr-lwd/brr-lwd.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Make reactive webpages in Js_of_ocaml using Brr and Lwd" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 11 + "lwd" {= version} 12 + "brr" 13 + "js_of_ocaml" 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: 33 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 34 + checksum: [ 35 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 36 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 37 + ] 38 + } 39 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"
+40
packages/lwd/lwd.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lightweight reactive documents" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 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: 34 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 35 + checksum: [ 36 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 37 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 38 + ] 39 + } 40 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"
+1 -1
packages/nottui-lwt/nottui-lwt.0.1/opam
··· 10 10 "dune" {>= "2.0"} 11 11 "notty" 12 12 "lwt" 13 - "nottui" 13 + "nottui" {= version} 14 14 ] 15 15 build: [ 16 16 ["dune" "subst"] {dev}
+39
packages/nottui-lwt/nottui-lwt.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Run Nottui UIs in Lwt" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 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: 33 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 34 + checksum: [ 35 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 36 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 37 + ] 38 + } 39 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"
+1 -1
packages/nottui-pretty/nottui-pretty.0.1/opam
··· 9 9 depends: [ 10 10 "dune" {>= "2.0"} 11 11 "notty" 12 - "nottui" 12 + "nottui" {= version} 13 13 ] 14 14 build: [ 15 15 ["dune" "subst"] {dev}
+38
packages/nottui-pretty/nottui-pretty.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A pretty-printer based on PPrint rendering UIs" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 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: 32 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 33 + checksum: [ 34 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 35 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 36 + ] 37 + } 38 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"
+1 -1
packages/nottui/nottui.0.1/opam
··· 8 8 bug-reports: "https://github.com/let-def/lwd/issues" 9 9 depends: [ 10 10 "dune" {>= "2.0"} 11 - "lwd" 11 + "lwd" {= version} 12 12 "notty" 13 13 ] 14 14 build: [
+38
packages/nottui/nottui.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "UI toolkit for the terminal built on top of Notty and Lwd" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 11 + "lwd" {= 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: 32 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 33 + checksum: [ 34 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 35 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 36 + ] 37 + } 38 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"
+1 -1
packages/tyxml-lwd/tyxml-lwd.0.1/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.08"} 11 11 "dune" {>= "2.0"} 12 - "lwd" 12 + "lwd" {= version} 13 13 "tyxml" {< "4.5.0"} 14 14 "js_of_ocaml" {< "3.9.0"} 15 15 "js_of_ocaml-ppx" {< "3.9.0"}
+40
packages/tyxml-lwd/tyxml-lwd.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Make reactive webpages in Js_of_ocaml using Tyxml and Lwd" 3 + maintainer: ["fred@tarides.com"] 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" {>= "2.7"} 11 + "lwd" {= version} 12 + "tyxml" {>= "4.5.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: 34 + "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz" 35 + checksum: [ 36 + "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221" 37 + "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e" 38 + ] 39 + } 40 + x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"