this repo has no description
0
fork

Configure Feed

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

[new release] melange-atdgen-codec-runtime (3.0.1)

CHANGES:

- Update to latest `melange-json` with unified runtime, [ahrefs/melange-atdgen-codec-runtime#53](https://github.com/ahrefs/melange-atdgen-codec-runtime/pull/53)
- Add `2.16.0` as lower bound version of `atdgen`, [ahrefs/melange-atdgen-codec-runtime#54](https://github.com/ahrefs/melange-atdgen-codec-runtime/pull/54)

+46
+46
packages/melange-atdgen-codec-runtime/melange-atdgen-codec-runtime.3.0.1/opam
··· 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 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/ahrefs/melange-atdgen-codec-runtime.git" 38 + url { 39 + src: 40 + "https://github.com/ahrefs/melange-atdgen-codec-runtime/releases/download/3.0.1/melange-atdgen-codec-runtime-3.0.1.tbz" 41 + checksum: [ 42 + "sha256=cadf9c13ddcffe11dd0c6712925d49bbef61c9bc4d5b4bfce4d0628628ecaabc" 43 + "sha512=88e16fc3271cc2605b0023912685814fc5050dd2cdd67436329c89b60001ef2153d6eab7496a96a2e4fc187b66cde9c790a47afb5d0daacd16fa75780db2b73f" 44 + ] 45 + } 46 + x-commit-hash: "efc87b7a6da268b0a8912b17430c1d17a276eba4"