File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
packages/melange-numeral/melange-numeral.0.0.1 Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Melange bindings for Numeral"
3
+ description: "Melange bindings for the Numeral JavaScript library."
4
+ maintainer: [
5
+ "Liubomyr Mykhalchenko <
[email protected] >"
6
+ "Denis Strelkov <
[email protected] >"
7
+ ]
8
+ authors: [
9
+ "Liubomyr Mykhalchenko <
[email protected] >"
10
+ "Denis Strelkov <
[email protected] >"
11
+ ]
12
+ license: "MIT"
13
+ tags: ["melange" "org:ahrefs"]
14
+ homepage: "https://github.com/ahrefs/melange-numeral/"
15
+ bug-reports: "https://github.com/ahrefs/melange-numeral/issues"
16
+ depends: [
17
+ "ocaml"
18
+ "dune" {>= "3.8"}
19
+ "melange" {>= "2.0.0"}
20
+ "reason" {>= "3.10.0"}
21
+ "opam-check-npm-deps" {with-dev-setup}
22
+ "ocaml-lsp-server" {with-dev-setup}
23
+ "odoc" {with-doc}
24
+ ]
25
+ build: [
26
+ ["dune" "subst"] {dev}
27
+ [
28
+ "dune"
29
+ "build"
30
+ "-p"
31
+ name
32
+ "-j"
33
+ jobs
34
+ "@install"
35
+ "@runtest" {with-test}
36
+ "@doc" {with-doc}
37
+ ]
38
+ ]
39
+ dev-repo: "git+https://github.com/ahrefs/melange-numeral.git"
40
+ depexts: [
41
+ ["numeral"] {npm-version = "2.0.6"}
42
+ ]
43
+ url {
44
+ src:
45
+ "https://github.com/ahrefs/melange-numeral/releases/download/0.0.1/melange-numeral-0.0.1.tbz"
46
+ checksum: [
47
+ "sha256=cd3606e151985d7f03cc2bae6fe1be990c8cf1f2af1e3d712f03e94b029026a8"
48
+ "sha512=7af281a5c1507d46562954ec979c553a9d9150fef7c66d5c3866f5b89eceae1989049fbf05d6824b30d1dbc88f4ead6bccec458b0d0b1ad53d923161c091ec62"
49
+ ]
50
+ }
51
+ x-commit-hash: "1b9ce60b6c708bd2e8e8b5b3df62283df9bf950d"
You can’t perform that action at this time.
0 commit comments