this repo has no description
0
fork

Configure Feed

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

Merge pull request #26017 from ahrefs/release-melange-recharts-4.0.3

[new release] melange-recharts (4.0.3)

authored by

Marcello Seri and committed by
GitHub
8420eabd ac106a06

+49
+49
packages/melange-recharts/melange-recharts.4.0.3/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" {>= "3.0.0"} 18 + "reason" {>= "3.10.0"} 19 + "reason-react" {>= "0.14.0"} 20 + "reason-react-ppx" {>= "0.14.0"} 21 + "odoc" {with-doc} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/ahrefs/melange-recharts.git" 38 + depexts: [ 39 + ["recharts"] {npm-version = "^2.1.12"} 40 + ] 41 + url { 42 + src: 43 + "https://github.com/ahrefs/melange-recharts/releases/download/4.0.3/melange-recharts-4.0.3.tbz" 44 + checksum: [ 45 + "sha256=1295e56c252d53ca85bf814404e4bc40b02ba095b33cd48cd1b44d05514bae0c" 46 + "sha512=a204b818dbc3e01dd4e8ceacabc70221844592b2e7163dfc7375051b921253285a38cf502e7c2cd8c613d04ceee9270408e572b43bdae4988fc164c35adec933" 47 + ] 48 + } 49 + x-commit-hash: "83c65fa3a67ce3e8d0e4b673a3b150f65311c7f1"