diff --git a/packages/heroicons-reason-react/heroicons-reason-react.1.0/opam b/packages/heroicons-reason-react/heroicons-reason-react.1.0/opam new file mode 100644 index 00000000000..41736ad5f80 --- /dev/null +++ b/packages/heroicons-reason-react/heroicons-reason-react.1.0/opam @@ -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 "] +authors: ["Ben Bellick "] +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" + ] +}