Skip to content

Commit

Permalink
Package heroicons-reason-react.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benbellick committed Jan 5, 2025
1 parent cd5853b commit 1436517
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/heroicons-reason-react/heroicons-reason-react.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "ReasonML bindings to the Heroicons React components"
maintainer: ["Ben Bellick <[email protected]>"]
authors: ["Ben Bellick <[email protected]>"]
license: "MIT"
tags: ["heroicons" "icons" "reason" "react"]
homepage: "https://github.com/benbellick/heroicons-reason-react"
doc: "https://github.com/benbellick/heroicons-reason-react"
bug-reports: "https://github.com/benbellick/heroicons-reason-react/issues"
depends: [
"ocaml"
"reason" {>= "3.13.0"}
"dune" {>= "3.8" & >= "3.8"}
"melange" {>= "4.0.0"}
"reason-react" {>= "0.15.0"}
"opam-check-npm-deps" {with-dev-setup}
"reason-react-ppx"
"odoc" {with-doc}
]
depexts: [
["@heroicons/react"] {npm-version = "^2.2.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/benbellick/heroicons-reason-react.git"
url {
src:
"https://github.com/benbellick/heroicons-reason-react/archive/refs/tags/1.0.tar.gz"
checksum: [
"md5=3584cdc11cd907b7d6efd4aebfe0257c"
"sha512=294d02c342d1971c7a7db33c2586dc477395a4e6a353bde04ad15a4dda457134d7e16a813e872ce8ac05df3869e68efa9244dd4fe6220ba97c20856aed993561"
]
}

0 comments on commit 1436517

Please sign in to comment.