this repo has no description
0
fork

Configure Feed

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

Merge pull request #25192 from jchavarri/release-melange-atdgen-codec-runtime-3.0.0

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

authored by

Marcello Seri and committed by
GitHub
f2c18c1c 30031aea

+45
+45
packages/melange-atdgen-codec-runtime/melange-atdgen-codec-runtime.3.0.0/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" 17 + "melange-json" 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.0/melange-atdgen-codec-runtime-3.0.0.tbz" 40 + checksum: [ 41 + "sha256=56d49456f51cf057216275edca4d50843311c576ece3290d4ceed68fad0f7cba" 42 + "sha512=1698e0727500e372a3c6a5de7e4d138a881542548256d01d5494c749d047fbc86742d8f7ecb5606ca8a40139762cfe70abcbe3049a87c6a02adbc531cd2146d9" 43 + ] 44 + } 45 + x-commit-hash: "250fbf6c76bf49a6c69fc03d8b824d37a40c986b"