Skip to content

Commit c283227

Browse files
authored
Merge pull request #24773 from rolandpeelen/opam-publish-pancake.2.0.1
Package pancake.2.0.1
2 parents bd10944 + f5d88f4 commit c283227

File tree

1 file changed

+28
-0
lines changed
  • packages/pancake/pancake.2.0.1

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
}

0 commit comments

Comments
 (0)