this repo has no description
1opam-version: "2.0"
2synopsis: "A tool to create demos for your ReasonReact components"
3maintainer: ["Denis Strelkov <denis.strelkov@ahrefs.com>"]
4authors: ["bloodyowl <mlbli@me.com>"]
5license: "MIT"
6tags: ["melange" "org:ahrefs"]
7homepage: "https://github.com/ahrefs/reshowcase"
8doc: "https://github.com/ahrefs/reshowcase"
9bug-reports: "https://github.com/ahrefs/reshowcase/issues"
10depends: [
11 "dune" {>= "3.8"}
12 "ocaml"
13 "melange" {>= "2.0.0" & < "3.0.0"}
14 "reason" {>= "3.10.0"}
15 "reason-react"
16 "reason-react-ppx"
17 "ocaml-lsp-server" {with-dev-setup}
18 "opam-check-npm-deps" {with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/ahrefs/reshowcase.git"
35depexts: [
36 ["copy-webpack-plugin"] {npm-version = "^11.0.0"}
37 ["html-webpack-plugin"] {npm-version = "^5.5.0"}
38 ["webpack"] {npm-version = "^5.76.1"}
39 ["webpack-dev-server"] {npm-version = "^4.11.1"}
40]
41url {
42 src:
43 "https://github.com/ahrefs/reshowcase/releases/download/5.3.0/reshowcase-5.3.0.tbz"
44 checksum: [
45 "sha256=9c48a91801d1c3bbf0b4c849a2eb019255ee174a8bb95f06ab5ddf05fe37e504"
46 "sha512=3c7960d2ab7f0bd715254af1b18b480f8e13f8211f300d71d80bc790e1527db4969c13ee6e8915e4bd3efb2088de86acff0e385e429133b2129d2e2dc28612a2"
47 ]
48}
49x-commit-hash: "0c2cb3e32a61d0b8e8aa68f374ed38de7cbf6260"