Skip to content

Commit bdfe800

Browse files
authored
Merge pull request #27533 from hhugo/release-reactiveData-0.3.1
[new release] reactiveData (0.3.1)
2 parents c940a5f + 4982469 commit bdfe800

File tree

2 files changed

+41
-0
lines changed
  • packages/reactiveData
    • reactiveData.0.2.4
    • reactiveData.0.3.1

2 files changed

+41
-0
lines changed

packages/reactiveData/reactiveData.0.2.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ build: [
2929
]
3030
]
3131
dev-repo: "git+https://github.com/ocsigen/reactiveData.git"
32+
flags: [ avoid-version ]
3233
url {
3334
src:
3435
"https://github.com/ocsigen/reactiveData/releases/download/0.2.4/reactiveData-0.2.4.tbz"
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Declarative events and signals for OCaml"
3+
description:
4+
"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."
5+
maintainer: ["Ocsigen team <[email protected]>"]
6+
authors: ["Hugo Heuzard <[email protected]>"]
7+
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
8+
tags: ["reactive" "declarative" "signal" "event" "frp"]
9+
homepage: "https://github.com/ocsigen/reactiveData"
10+
bug-reports: "https://github.com/ocsigen/reactiveData/issues"
11+
depends: [
12+
"dune" {>= "3.17"}
13+
"ocaml" {>= "4.08"}
14+
"react" {>= "1.2.1"}
15+
"odoc" {with-doc}
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/ocsigen/reactiveData.git"
32+
url {
33+
src:
34+
"https://github.com/ocsigen/reactiveData/releases/download/0.3.1/reactiveData-0.3.1.tbz"
35+
checksum: [
36+
"sha256=ad73fa0434030cdbff27d8a2140fbb70dd6a09af0d318cd02522a1ce3302dc73"
37+
"sha512=eece1988c8d60ffcbb714b9384a9bea893f6f4a44c0037395d6b2c43f0d06493377f9ca71f8e9751d2148bdfdc357cd8a5445e8b8ea73dc6b2e6acb3cc17bb5c"
38+
]
39+
}
40+
x-commit-hash: "7c5c107dfe8ae2f5959f6ad0b43f51d74e11f719"

0 commit comments

Comments
 (0)