File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/melange-atdgen-codec-runtime/melange-atdgen-codec-runtime.3.0.1 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "A Melange runtime for atdgen"
3
+ description: """A Melange runtime for atdgen, based on the Js.Json.t type
4
+ provided by Melange and the combinators from melange-json
5
+ """
6
+ maintainer: "Ahrefs"
7
+ authors: "Ahrefs"
8
+ license: "MIT"
9
+ homepage: "https://github.com/ahrefs/melange-atdgen-codec-runtime"
10
+ bug-reports: "https://github.com/ahrefs/melange-atdgen-codec-runtime/issues"
11
+ depends: [
12
+ "dune" {>= "3.8"}
13
+ "ocaml"
14
+ "melange" {>= "3.0.0"}
15
+ "atd"
16
+ "atdgen" {>= "2.16.0"}
17
+ "melange-json" {>= "2.0.0"}
18
+ "melange-jest" {with-test}
19
+ "reason" {with-test}
20
+ "opam-check-npm-deps" {with-test}
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
+ "@doc" {with-doc}
34
+ ]
35
+ ]
36
+ dev-repo: "git+https://github.com/ahrefs/melange-atdgen-codec-runtime.git"
37
+ url {
38
+ src:
39
+ "https://github.com/ahrefs/melange-atdgen-codec-runtime/releases/download/3.0.1/melange-atdgen-codec-runtime-3.0.1.tbz"
40
+ checksum: [
41
+ "sha256=cadf9c13ddcffe11dd0c6712925d49bbef61c9bc4d5b4bfce4d0628628ecaabc"
42
+ "sha512=88e16fc3271cc2605b0023912685814fc5050dd2cdd67436329c89b60001ef2153d6eab7496a96a2e4fc187b66cde9c790a47afb5d0daacd16fa75780db2b73f"
43
+ ]
44
+ }
45
+ x-commit-hash: "efc87b7a6da268b0a8912b17430c1d17a276eba4"
You can’t perform that action at this time.
0 commit comments