this repo has no description
1opam-version: "2.0" 2homepage: "http://reactiveml.org" 3maintainer: "devel@reactiveml.org" 4bug-reports: "bugs@reactiveml.org" 5build: [ 6["./configure" "--prefix" "%{prefix}%"] 7[make] 8] 9install: [ 10 [make "install"] 11] 12depends: [ 13 "ocaml" {>= "4.07" & < "5.0~"} 14 "num" 15] 16depexts: ["patch"] {os-distribution = "alpine"} 17synopsis: 18 "ReactiveML: a programming language for implementing interactive systems" 19description: """ 20ReactiveML is based on the synchronous reactive model embedded in an ML 21language (here a subset of OCaml). It provides synchronous parallel 22composition and dynamic features like the dynamic creation of processes. 23In ReactiveML, the reactive model is integrated at the language level 24(not as a library) which leads to safer and more natural programming.""" 25authors: "Louis Mandel louis@reactiveml.org" 26url { 27 src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.06-2020-09-23.tar.gz" 28 checksum: [ 29 "sha256=45bdded8371202eb0e67fdcb11afdabac25733ac345174cd8427e9c8ccf65ff5" 30 "md5=af5bfc1f6bd75e528f2ff7793e34284c" 31 ] 32}