File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/pancake/pancake.2.0.1 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Pancake"
3+ description: "A tiny lens library"
4+ maintainer: ["Roland Peelen"]
5+ authors: ["Roland Peelen"]
6+ license: "MIT"
7+ homepage: "https://github.com/rolandpeelen/bs-pancake"
8+ bug-reports: "https://github.com/rolandpeelen/bs-pancake/issues"
9+ depends: [
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+ ]
20+ dev-repo: "git+https://github.com/rolandpeelen/bs-pancake.git"
21+ url {
22+ src:
23+ "https://github.com/rolandpeelen/bs-pancake/archive/refs/tags/2.0.1.tar.gz"
24+ checksum: [
25+ "md5=9923aa43c1dac021cb9c496f5ba1b707"
26+ "sha512=4f8b65d8c7f3482d6506adb5cd5f32187a238104a72ca2a7c6bde506cf00401f8e5646056e47f9a98c91ada754bee91c3fad177d54ed15a578dee483714aa3e6"
27+ ]
28+ }
You can’t perform that action at this time.
0 commit comments