this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "ReasonML bindings to the Heroicons React components" 4maintainer: ["Ben Bellick <benbellick@pm.me>"] 5authors: ["Ben Bellick <benbellick@pm.me>"] 6license: "MIT" 7tags: ["heroicons" "icons" "reason" "react"] 8homepage: "https://github.com/benbellick/heroicons-reason-react" 9doc: "https://github.com/benbellick/heroicons-reason-react" 10bug-reports: "https://github.com/benbellick/heroicons-reason-react/issues" 11depends: [ 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] 21depexts: [ 22 ["@heroicons/react"] {npm-version = "^2.2.0"} 23] 24build: [ 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] 38dev-repo: "git+https://github.com/benbellick/heroicons-reason-react.git" 39url { 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}