this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A small library for reactive signals" 4maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"] 5authors: ["Rizo I. <rizo@odis.io>"] 6license: "MIT" 7homepage: "https://github.com/rizo/signal" 8doc: "https://rizo.github.io/signal/signal" 9bug-reports: "https://github.com/rizo/signal/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "3.13"} 13 "odoc" {with-doc} 14 "ocaml-lsp-server" {with-dev-setup} 15 "ocamlformat" {with-dev-setup & >= "0.26.1"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/rizo/signal.git" 32url { 33 src: "https://github.com/rizo/signal/archive/refs/tags/0.4.2.tar.gz" 34 checksum: [ 35 "md5=148304dae155143735be91fb978466ce" 36 "sha512=8130b18dd73975b718c684a588d041d6a9d5ec7e2b23deb179d90e93d9c49b70ce4af1134c353052de7e8669984f855327c74f90ec64cac4d398c6802fa9594d" 37 ] 38}