this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/virtual_dom"
5bug-reports: "https://github.com/janestreet/virtual_dom/issues"
6dev-repo: "git+https://github.com/janestreet/virtual_dom.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/virtual_dom/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "base" {>= "v0.14" & < "v0.15"}
15 "core_kernel" {>= "v0.14" & < "v0.15"}
16 "ppx_jane" {>= "v0.14" & < "v0.15"}
17 "dune" {>= "2.0.0"}
18 "js_of_ocaml" {>= "3.4.1"}
19 "js_of_ocaml-ppx"
20 "lambdasoup" {>= "0.6.3"}
21 "tyxml" {>= "4.3.0"}
22]
23synopsis: "OCaml bindings for the virtual-dom library"
24description: "
25The library itself may be found at
26https://github.com/Matt-Esch/virtual-dom.
27"
28url {
29 src:
30 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/virtual_dom-v0.14.0.tar.gz"
31 checksum: [
32 "sha256=6964ee633d70badc0cc51763f8e2d211c37e5c5388de73ec98aa2d0915d74d6b"
33 "md5=fdfe48cea9cb5df272f2462672e0de72"
34 ]
35}