Skip to content

Commit

Permalink
Merge pull request ocaml#26027 from jchavarri/release-melange-moment-…
Browse files Browse the repository at this point in the history
…0.4.0

[new release] melange-moment (0.4.0)
  • Loading branch information
raphael-proust authored Jun 7, 2024
2 parents 2926702 + 7b64d01 commit f4fe6a1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/melange-moment/melange-moment.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Melange bindings for Moment.js"
maintainer: "Ahrefs"
authors: "Jiayu Liu <[email protected]>"
license: "MIT"
tags: ["melange" "org:ahrefs"]
homepage: "https://github.com/ahrefs/melange-moment"
bug-reports: "https://github.com/ahrefs/melange-moment"
depends: [
"dune" {>= "3.9"}
"ocaml"
"melange" {>= "3.0.0"}
"reason"
"melange-jest" {with-test}
"conf-npm" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ahrefs/melange-moment.git"
depexts: [
["moment"] {npm-version = "^2.26.0"}
]
url {
src:
"https://github.com/ahrefs/melange-moment/releases/download/0.4.0/melange-moment-0.4.0.tbz"
checksum: [
"sha256=b065d855d6dbf504b1b2064e3fc370389a103fd3f081f206de5a80c253b5e73f"
"sha512=d0dafe0c788e2206f92616ad868192b8a3abcc411786c41df6837b26f0f21d4597d64289dd061c3c854b15b653b8781013bd3b8862eae8235f567b98a8867bd2"
]
}
x-commit-hash: "e30fa0576fe18a14ed451e06dbc86ee3b280603e"

0 comments on commit f4fe6a1

Please sign in to comment.