this repo has no description

Merge pull request #27511 from hhugo/release-reactiveData-0.2.4

[new release] reactiveData (0.2.4)

Changed files
+40
packages
reactiveData
reactiveData.0.2.4
+40
packages/reactiveData/reactiveData.0.2.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Declarative events and signals for OCaml"
+
description:
+
"React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : declarative events and signals. React doesn't define any primitive event or signal, it lets the client chooses the concrete timeline."
+
maintainer: ["Ocsigen team <dev@ocsigen.org>"]
+
authors: ["Hugo Heuzard <hugo.heuzard@gmail.com>"]
+
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
+
tags: ["reactive" "declarative" "signal" "event" "frp"]
+
homepage: "https://github.com/ocsigen/reactiveData"
+
bug-reports: "https://github.com/ocsigen/reactiveData/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.08"}
+
"react" {>= "1.2.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocsigen/reactiveData.git"
+
url {
+
src:
+
"https://github.com/ocsigen/reactiveData/releases/download/0.2.4/reactiveData-0.2.4.tbz"
+
checksum: [
+
"sha256=b98746d36df24d82d31a94cce3ff590e332b6ad62ebe86f6e53a0cf965849fba"
+
"sha512=4b996caf01819d34acd0564f9410ae1a6def818f7b5ab2777e0daf16799bbd0c9582a7ca5218f5cbd71db7645aca4cf95e4d5c9010a3b4514c8bd4ac10f38b56"
+
]
+
}
+
x-commit-hash: "67550c1ecd5577c086363bef535c3bb00ad40b22"