this repo has no description
1opam-version: "2.0"
2synopsis: "Make reactive webpages in Js_of_ocaml using Tyxml and Lwd"
3maintainer: ["fred@tarides.com"]
4authors: ["Frédéric Bour"]
5license: "MIT"
6homepage: "https://github.com/let-def/lwd"
7doc: "https://let-def.github.io/lwd/doc"
8bug-reports: "https://github.com/let-def/lwd/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "lwd" {= version}
12 "tyxml" {>= "4.5.0" & < "4.6.0"}
13 "js_of_ocaml"
14 "js_of_ocaml-ppx"
15 "odoc" {with-doc}
16]
17build: [
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]
31dev-repo: "git+https://github.com/let-def/lwd.git"
32url {
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}
40x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"