this repo has no description
0
fork

Configure Feed

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

Merge pull request #25101 from kevanantha/opam-publish-melange-radix-icons.0.0.1

Package melange-radix-icons.0.0.1

authored by

Marcello Seri and committed by
GitHub
f3efb8a6 d21a42cf

+42
+42
packages/melange-radix-icons/melange-radix-icons.0.0.1/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.1.tar.gz" 38 + checksum: [ 39 + "md5=7bf596a1029f2d431b11d1653f1b32ed" 40 + "sha512=76de2b0dbaab173f9750c8c8b80f41d11f3cf915e3992f10f83e4221e6048abf713384241f881e960441ca005e7065607df3b4f36047e3a57901a3eb49dc820e" 41 + ] 42 + }