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/0.2.0.tar.gz"
17 checksum: [
18 "md5=9acd6e05cde85374789b1bb937756170"
19 "sha512=149ec69c016c3e625ad899c0e6dbf472b7131502b465df2336f783965caa55d5ec6ad5a63cb44243e18b4a6760bb2383914d7fdc09c68169c8d81cd0319bf530"
20 ]
21}