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