this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: ["The note programmers"] 4homepage: "https://erratique.ch/software/note" 5doc: "https://erratique.ch/software/note/doc" 6license: "ISC" 7dev-repo: "git+https://erratique.ch/repos/note.git" 8bug-reports: "https://github.com/dbuenzli/note/issues" 9tags: [ "reactive" "declarative" "signal" "event" "frp" "org:erratique" ] 10depends: 11[ 12 "ocaml" {>= "4.08.0" & < "5.0"} 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15 "topkg" {build & >= "0.9.0"} 16] 17build: 18[[ 19 "ocaml" "pkg/pkg.ml" "build" 20 "--dev-pkg" "%{dev}%" 21]] 22 23synopsis: """Declarative events and signals for OCaml""" 24description: """\ 25 26Note is an OCaml library for functional reactive programming (FRP). It 27provides support to program with time varying values: declarative 28events and signals. 29 30Note is distributed under the ISC license. 31""" 32url { 33 src: "https://erratique.ch/software/note/releases/note-0.0.1.tbz" 34 checksum: [ 35 "sha256=1c627a1745fa17990ebc2dcf9c5928a91132328a97cd55e6eaf3af34b01563d5" 36 "md5=ea16940570494d6f2b779bc718685961" 37 ] 38}