this repo has no description
0
fork

Configure Feed

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

Merge pull request #25272 from ahrefs/release-melange-recharts-4.0.1

[new release] melange-recharts (4.0.1)

authored by

Marcello Seri and committed by
GitHub
bc243c05 bd27be44

+50
+50
packages/melange-recharts/melange-recharts.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Melange bindings for recharts" 3 + description: "Melange bindings for recharts JavaScript library." 4 + maintainer: [ 5 + "Liubomyr Mykhalchenko <liubomyr.mykhalchenko@ahrefs.com>" 6 + ] 7 + authors: [ 8 + "Liubomyr Mykhalchenko <liubomyr.mykhalchenko@ahrefs.com>" 9 + ] 10 + license: "MIT" 11 + tags: ["melange" "org:ahrefs"] 12 + homepage: "https://github.com/ahrefs/melange-recharts/" 13 + bug-reports: "https://github.com/ahrefs/melange-recharts/issues" 14 + depends: [ 15 + "dune" {>= "3.8"} 16 + "ocaml" 17 + "melange" {>= "2.0.0"} 18 + "reason" {>= "3.10.0"} 19 + "reason-react" 20 + "reason-react-ppx" 21 + "ocaml-lsp-server" {with-test} 22 + "odoc" {with-doc} 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/ahrefs/melange-recharts.git" 39 + depexts: [ 40 + ["recharts"] {npm-version = "^2.1.12"} 41 + ] 42 + url { 43 + src: 44 + "https://github.com/ahrefs/melange-recharts/releases/download/4.0.1/melange-recharts-4.0.1.tbz" 45 + checksum: [ 46 + "sha256=26aa05ee0e74a1a1434260aad6589b2e723330b4fa0cd6af1f35b265f2d94ab2" 47 + "sha512=86851b39d8a1b10d15cae11ce79ab4ee78d7ce3a0478e8bbe26b07f0fe998421932673c4ee142552bfdaa2ad0bba68ab4c86539755b8093dfa0629c579553964" 48 + ] 49 + } 50 + x-commit-hash: "341153ff9060350fd0bb084f6e39934ea5c8a8d4"