this repo has no description
1opam-version: "2.0"
2maintainer: "Alain Frisch <alain.frisch@lexifi.com>"
3authors: [
4 "Alain Frisch <alain.frisch@lexifi.com>"
5]
6homepage: "https://github.com/LexiFi/ocaml-vdom"
7bug-reports: "https://github.com/LexiFi/ocaml-vdom/issues"
8license: "MIT"
9dev-repo: "git+https://github.com/LexiFi/ocaml-vdom.git"
10build: [["dune" "build" "-p" name "-j" jobs]]
11depends: [
12 "ocaml" {>= "4.08.0"}
13 "dune" {>= "2.0"}
14 "js_of_ocaml-compiler"
15 "gen_js_api" {>= "1.0.6"}
16]
17synopsis: "DOM and VDOM for OCaml"
18description: """
19This package contains:
20- OCaml bindings to DOM and other client-side Javascript APIs (using gen_js_api).
21- An implementation of the Elm architecture, where the UI is specified as a functional "view" on the current state.
22"""
23url {
24 src: "https://github.com/LexiFi/ocaml-vdom/archive/v0.2.tar.gz"
25 checksum: [
26 "md5=9d23abfd7165df20c802a2c66f1a2120"
27 "sha512=7545af02cf586a454999e0b3a2e94432ff3794ccead1612e78b779c14b7b9ed1a65b7d6e256e3d37fc007876af889e6825d94ba7fc110b325d358aa5ec7a7ef8"
28 ]
29}