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 "ocamlformat" {dev}
14 "odoc" {dev}
15]
16build: ["dune" "build" "-p" name "-j" jobs]
17url {
18 src: "https://github.com/polytypic/rea-ml/archive/0.1.0.tar.gz"
19 checksum: [
20 "md5=b5607e31f2abfcae35488834d4f23465"
21 "sha512=651967fa177120439fc13f8b3c1f5a0002b96d01ded6491cb8ca650d9c77be39b4bd6326aa6798c03ee6c2df07a15a502e40e2c60732b987a2cf3db46bee0811"
22 ]
23}