this repo has no description
1opam-version: "2.0"
2homepage: "http://reactiveml.org"
3maintainer: "devel@reactiveml.org"
4build: [
5 ["./configure" "--prefix" "%{prefix}%"]
6 [make]
7]
8remove: [
9[make "uninstall"]
10]
11depends: ["ocaml" "ocamlfind" "ocamlbuild" "num"]
12install: [make "install"]
13available: [ os != "linux" ]
14synopsis:
15 "ReactiveML: a programming language for implementing interactive systems."
16description: """
17ReactiveML is based on the synchronous reactive model embedded in an ML
18language (here a subset of OCaml). It provides synchronous parallel
19composition and dynamic features like the dynamic creation of processes.
20In ReactiveML, the reactive model is integrated at the language level
21(not as a library) which leads to safer and more natural programming."""
22url {
23 src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.02-2014-01-08.tar.gz"
24 checksum: [
25 "sha256=f87d5ba62f375834831410dbf0d5c0246dfcc4cefec50a40fba27891ef05aab8"
26 "md5=b3d8c33ca574d6f68bb67f784a8ab2af"
27 ]
28}