Skip to content

Commit 70bf74d

Browse files
authored
Merge pull request #29033 from tjobi/release-rizzo-0.2.0
[new release] rizzo (0.2.0)
2 parents 74532ec + d8c0485 commit 70bf74d

File tree

1 file changed

+50
-0
lines changed
  • packages/rizzo/rizzo.0.2.0

1 file changed

+50
-0
lines changed

packages/rizzo/rizzo.0.2.0/opam

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "FRP library implementation of Rizzo"
3+
description: """
4+
Rizzo is a Functional Reactive Programming (FRP) library implemented in OCaml.
5+
It provides abstractions and tools for building reactive applications with ease and efficiency.
6+
Rizzo was made as one solution to the challenges with time leaks in FRP systems."""
7+
maintainer: ["Patrick Matthiesen" "tjobi"]
8+
authors: ["Patrick Matthiesen" "tjobi"]
9+
license: "MIT"
10+
tags: [
11+
"FRP"
12+
"space leaks"
13+
"time leaks"
14+
"signals"
15+
"channels"
16+
"functional reactive programming"
17+
]
18+
homepage: "https://github.com/itu-msc/Research-Project"
19+
doc: "https://url/to/documentation"
20+
bug-reports: "https://github.com/itu-msc/Research-Project/issues"
21+
depends: [
22+
"ocaml" {>= "5.3"}
23+
"dune" {>= "3.20"}
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/itu-msc/Research-Project.git"
41+
x-maintenance-intent: ["(latest)"]
42+
url {
43+
src:
44+
"https://github.com/itu-msc/Research-Project/releases/download/0.2.0/rizzo-0.2.0.tbz"
45+
checksum: [
46+
"sha256=de51172f943234c51afaa88764d29fc7802109cab6a9ff659adf106459de3d1c"
47+
"sha512=b79d8254946de6034168b689f1e33612dc8b3ac799c9c6c70adf15b910f3f1bb26f1f4cda4bf1f43a559b6f9adfc73a30a803679a4de1d6771cd979a13f246d0"
48+
]
49+
}
50+
x-commit-hash: "7afdddf92530b43d2145dad54a1e011655100212"

0 commit comments

Comments
 (0)