this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package pancake.2.0.0

authored by

Anil Madhavapeddy and committed by
GitHub
de78915b 178a93f7

+28
+28
packages/pancake/pancake.2.0.0/opam
··· 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.0.tar.gz" 24 + checksum: [ 25 + "md5=5b21bbbc3bb637adbdc7ebdc6f44add1" 26 + "sha512=708b5f7f3173839195352584da009f61d9dd6b69d0d85fe924dd539c2a33c8e0a6ba3f9fcc7bce6a697eb94349b646810849fbb9ed69cc4947b3ce5ba3b1f99f" 27 + ] 28 + }