this repo has no description
0
fork

Configure Feed

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

Package heroicons-reason-react.1.0

+46
+46
packages/heroicons-reason-react/heroicons-reason-react.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "ReasonML bindings to the Heroicons React components" 4 + maintainer: ["Ben Bellick <benbellick@pm.me>"] 5 + authors: ["Ben Bellick <benbellick@pm.me>"] 6 + license: "MIT" 7 + tags: ["heroicons" "icons" "reason" "react"] 8 + homepage: "https://github.com/benbellick/heroicons-reason-react" 9 + doc: "https://github.com/benbellick/heroicons-reason-react" 10 + bug-reports: "https://github.com/benbellick/heroicons-reason-react/issues" 11 + depends: [ 12 + "ocaml" 13 + "reason" {>= "3.13.0"} 14 + "dune" {>= "3.8" & >= "3.8"} 15 + "melange" {>= "4.0.0"} 16 + "reason-react" {>= "0.15.0"} 17 + "opam-check-npm-deps" {with-dev-setup} 18 + "reason-react-ppx" 19 + "odoc" {with-doc} 20 + ] 21 + depexts: [ 22 + ["@heroicons/react"] {npm-version = "^2.2.0"} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://github.com/benbellick/heroicons-reason-react.git" 39 + url { 40 + src: 41 + "https://github.com/benbellick/heroicons-reason-react/archive/refs/tags/1.0.tar.gz" 42 + checksum: [ 43 + "md5=3584cdc11cd907b7d6efd4aebfe0257c" 44 + "sha512=294d02c342d1971c7a7db33c2586dc477395a4e6a353bde04ad15a4dda457134d7e16a813e872ce8ac05df3869e68efa9244dd4fe6220ba97c20856aed993561" 45 + ] 46 + }