this repo has no description

Merge pull request #24769 from rolandpeelen/opam-publish-pancake.2.0.0

Package pancake.2.0.0

Changed files
+28
packages
pancake
pancake.2.0.0
+28
packages/pancake/pancake.2.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Pancake"
+
description: "A tiny lens library"
+
maintainer: ["Roland Peelen"]
+
authors: ["Roland Peelen"]
+
license: "MIT"
+
homepage: "https://github.com/rolandpeelen/bs-pancake"
+
bug-reports: "https://github.com/rolandpeelen/bs-pancake/issues"
+
depends: [
+
"ocaml" {>= "5.1.0"}
+
"reason" {>= "3.10.0"}
+
"dune" {>= "3.8"}
+
"melange-jest" {>= "0.1.0"}
+
"melange" {>= "2.0.0"}
+
"ppxlib" {>= "0.31.0"}
+
"ocaml-lsp-server" {with-test} # todo: use with-dev-setup once opam 2.2 is out
+
"dot-merlin-reader" {with-test} # todo: use with-dev-setup once opam 2.2 is out
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/rolandpeelen/bs-pancake.git"
+
url {
+
src:
+
"https://github.com/rolandpeelen/bs-pancake/archive/refs/tags/2.0.0.tar.gz"
+
checksum: [
+
"md5=5b21bbbc3bb637adbdc7ebdc6f44add1"
+
"sha512=708b5f7f3173839195352584da009f61d9dd6b69d0d85fe924dd539c2a33c8e0a6ba3f9fcc7bce6a697eb94349b646810849fbb9ed69cc4947b3ce5ba3b1f99f"
+
]
+
}