this repo has no description
0
fork

Configure Feed

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

Merge pull request #26027 from jchavarri/release-melange-moment-0.4.0

[new release] melange-moment (0.4.0)

authored by

Raphaël Proust and committed by
GitHub
f4fe6a19 2926702f

+43
+43
packages/melange-moment/melange-moment.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Melange bindings for Moment.js" 3 + maintainer: "Ahrefs" 4 + authors: "Jiayu Liu <jimexist@gmail.com>" 5 + license: "MIT" 6 + tags: ["melange" "org:ahrefs"] 7 + homepage: "https://github.com/ahrefs/melange-moment" 8 + bug-reports: "https://github.com/ahrefs/melange-moment" 9 + depends: [ 10 + "dune" {>= "3.9"} 11 + "ocaml" 12 + "melange" {>= "3.0.0"} 13 + "reason" 14 + "melange-jest" {with-test} 15 + "conf-npm" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/ahrefs/melange-moment.git" 32 + depexts: [ 33 + ["moment"] {npm-version = "^2.26.0"} 34 + ] 35 + url { 36 + src: 37 + "https://github.com/ahrefs/melange-moment/releases/download/0.4.0/melange-moment-0.4.0.tbz" 38 + checksum: [ 39 + "sha256=b065d855d6dbf504b1b2064e3fc370389a103fd3f081f206de5a80c253b5e73f" 40 + "sha512=d0dafe0c788e2206f92616ad868192b8a3abcc411786c41df6837b26f0f21d4597d64289dd061c3c854b15b653b8781013bd3b8862eae8235f567b98a8867bd2" 41 + ] 42 + } 43 + x-commit-hash: "e30fa0576fe18a14ed451e06dbc86ee3b280603e"