this repo has no description
0
fork

Configure Feed

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

Merge pull request #25102 from kevanantha/opam-publish-melange-radix-icons.0.0.2

Package melange-radix-icons.0.0.2

authored by

Marcello Seri and committed by
GitHub
5d18601d f3efb8a6

+42
+42
packages/melange-radix-icons/melange-radix-icons.0.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Melange bindings for radix-icons" 4 + maintainer: ["I Putu Kevin Anantha Vijaya <kevin.anantha@gmail.com>"] 5 + authors: ["I Putu Kevin Anantha Vijaya <kevin.anantha@gmail.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/kevanantha/melange-radix-icons" 8 + bug-reports: "https://github.com/kevanantha/melange-radix-icons" 9 + depends: [ 10 + "dune" {>= "3.12"} 11 + "melange" {>= "2.1.0"} 12 + "ocaml" {>= "5.1.1"} 13 + "reason-react" 14 + "reason-react-ppx" 15 + "melange-jest" {with-test} 16 + "opam-check-npm-deps" {with-test} 17 + "bisect_ppx" {with-test & >= "2.5.0"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/kevanantha/melange-radix-icons.git" 35 + url { 36 + src: 37 + "https://github.com/kevanantha/melange-radix-icons/archive/refs/tags/0.0.2.tar.gz" 38 + checksum: [ 39 + "md5=fd7be222010d01b60ce8e0237001e3dc" 40 + "sha512=5fb191dc4a3b5d2b3e46d7c584d6c5916848b6c29380f79506c5446336b310186193bf70fb6fe0798fc3e5bb63d63420d3c096306f0378c0ca516767621d05c1" 41 + ] 42 + }