this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package signal.0.4.2

+38
+38
packages/signal/signal.0.4.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A small library for reactive signals" 4 + maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"] 5 + authors: ["Rizo I. <rizo@odis.io>"] 6 + license: "MIT" 7 + homepage: "https://github.com/rizo/signal" 8 + doc: "https://rizo.github.io/signal/signal" 9 + bug-reports: "https://github.com/rizo/signal/issues" 10 + depends: [ 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 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/rizo/signal.git" 32 + url { 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 + }