this repo has no description
1opam-version: "2.0"
2synopsis: "Effectful OCaml with Objects and Variants"
3maintainer: "Vesa Karvonen <vesa.a.j.k@gmail.com>"
4authors: "Vesa Karvonen"
5license: "MIT"
6homepage: "https://github.com/polytypic/rea-ml"
7bug-reports: "https://github.com/polytypic/rea-ml/issues"
8dev-repo: "git+https://github.com/polytypic/rea-ml.git"
9depends: [
10 "dune" {>= "3.3.0"}
11 "ocaml" {>= "4.08.0"}
12 "ppx_optcomp" {>= "v0.14.0"}
13]
14build: ["dune" "build" "-p" name "-j" jobs]
15url {
16 src: "https://github.com/polytypic/rea-ml/archive/1.0.0.tar.gz"
17 checksum: [
18 "md5=64fe948107a21eddf49628d01650048d"
19 "sha512=0ae090da147d1b389ea10ff641d6407132fe8ca84a3e2249bd31bb3e5b3dfb63886753c91d090e2c0b9c6a4e1c03e558dad3d66ca185d9aa9b899595ef88a422"
20 ]
21}