this repo has no description
1opam-version: "2.0"
2synopsis: "Pancake"
3description: "A tiny lens library"
4maintainer: ["Roland Peelen"]
5authors: ["Roland Peelen"]
6license: "MIT"
7homepage: "https://github.com/rolandpeelen/bs-pancake"
8bug-reports: "https://github.com/rolandpeelen/bs-pancake/issues"
9depends: [
10 "ocaml" {>= "5.1.0"}
11 "reason" {>= "3.10.0"}
12 "dune" {>= "3.8"}
13 "melange-jest" {>= "0.1.0"}
14 "melange" {>= "2.0.0"}
15 "ppxlib" {>= "0.31.0"}
16 "ocaml-lsp-server" {with-test} # todo: use with-dev-setup once opam 2.2 is out
17 "dot-merlin-reader" {with-test} # todo: use with-dev-setup once opam 2.2 is out
18 "odoc" {with-doc}
19]
20dev-repo: "git+https://github.com/rolandpeelen/bs-pancake.git"
21url {
22 src:
23 "https://github.com/ocaml/opam-source-archives/raw/main/pancake-2.0.1.tar.gz"
24 checksum: [
25 "md5=9923aa43c1dac021cb9c496f5ba1b707"
26 "sha512=4f8b65d8c7f3482d6506adb5cd5f32187a238104a72ca2a7c6bde506cf00401f8e5646056e47f9a98c91ada754bee91c3fad177d54ed15a578dee483714aa3e6"
27 ]
28}