this repo has no description
0
fork

Configure Feed

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

Merge pull request #25124 from kevanantha/opam-publish-melange-radix-icons.0.1.0

Package melange-radix-icons.0.1.0

authored by

Marcello Seri and committed by
GitHub
cd014f9c 91d3e0e6

+43
+43
packages/melange-radix-icons/melange-radix-icons.0.1.0/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 + doc: "https://kevanantha.github.io/melange-radix-icons" 9 + bug-reports: "https://github.com/kevanantha/melange-radix-icons/issues" 10 + depends: [ 11 + "dune" {>= "3.12" & >= "3.12"} 12 + "melange" {>= "2.1.0"} 13 + "ocaml" {>= "5.1.1"} 14 + "reason-react" 15 + "reason-react-ppx" 16 + "opam-check-npm-deps" {with-test} 17 + "ocaml-lsp-server" {with-test} 18 + "ocamlformat" {with-test} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/kevanantha/melange-radix-icons.git" 36 + url { 37 + src: 38 + "https://github.com/kevanantha/melange-radix-icons/archive/refs/tags/0.1.0.tar.gz" 39 + checksum: [ 40 + "md5=ab0983aae89236e281e033ae4e236adb" 41 + "sha512=f88bc45b3907f104ad2d106d26e0ce360312044a6eaa413a72b41c48d6919b60d06a6ec6f592c923ca014d98833345c7a2e3d972ac355647ee95e1b7ab214a3e" 42 + ] 43 + }