this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "DOM and VDOM for OCaml" 4description: """ 5This package contains: 6- OCaml bindings to DOM and other client-side Javascript APIs (using gen_js_api). 7- An implementation of the Elm architecture, where the UI is specified as a functional "view" on the current state.""" 8maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"] 9authors: [ 10 "Alain Frisch <alain.frisch@lexifi.com>" 11 "Marc Lasson <marc.lasson@lexifi.com>" 12 "Aurélien Saue <aurelien.saue@lexifi.com>" 13] 14homepage: "https://github.com/LexiFi/ocaml-vdom" 15license: "MIT" 16bug-reports: "https://github.com/LexiFi/ocaml-vdom/issues" 17depends: [ 18 "ocaml" {>= "4.10"} 19 "dune" {>= "3.0"} 20 "gen_js_api" {>= "1.0.7"} 21 "ojs" 22 "js_of_ocaml-compiler" 23 "odoc" {with-doc} 24] 25conflicts: [ 26 "ocaml-vdom" {!= "transition"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41] 42dev-repo: "git+https://github.com/LexiFi/ocaml-vdom.git" 43url { 44 src: "https://github.com/LexiFi/ocaml-vdom/archive/refs/tags/0.3.tar.gz" 45 checksum: [ 46 "md5=bda1424d08f483a19e242a0c5cff2cfa" 47 "sha512=4fbeda115659049798b84b58ce385619bace99740384844eb5a453e2448496e85b304713d1c86d5479b2c3450d17defd1e1f8fa5859ba1e493226c178a6f4cbe" 48 ] 49}