this repo has no description
0
fork

Configure Feed

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

Merge pull request #27534 from dinosaure/release-encore-v0.8.1

[new release] encore (0.8.1)

authored by

Marcello Seri and committed by
GitHub
814c23fc 8bac240b

+38
+38
packages/encore/encore.0.8.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/encore" 5 + bug-reports: "https://github.com/mirage/encore/issues" 6 + dev-repo: "git+https://github.com/mirage/encore.git" 7 + doc: "https://mirage.github.io/encore/" 8 + license: "MIT" 9 + synopsis: "Library to generate encoder/decoder which ensure isomorphism" 10 + description: """ 11 + Encore is a little library to provide an interface to generate an angstrom decoder and 12 + an internal encoder from a shared description. The goal is to ensure a dual isomorphism 13 + between them. 14 + """ 15 + 16 + build: [ 17 + ["dune" "subst"] {pinned} 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ] 21 + 22 + depends: [ 23 + "ocaml" {>= "4.07.0"} 24 + "dune" {>= "2.0.0"} 25 + "angstrom" {>= "0.14.0"} 26 + "fmt" 27 + "bigstringaf" {>= "0.5.0"} 28 + "alcotest" {with-test} 29 + ] 30 + url { 31 + src: 32 + "https://github.com/mirage/encore/releases/download/v0.8.1/encore-0.8.1.tbz" 33 + checksum: [ 34 + "sha256=aa0ea179205ce8e49f6fbbd9c448b8aeb2a1fa7c7e7df9ec09f56f855477c98d" 35 + "sha512=1d45278af321026902554d929cf97820637bae9042bcea3dfb0b017993ca150685a1cc1c4febd10f83de214a382c50e398b365c35dce8e5add8e504f4a05dabb" 36 + ] 37 + } 38 + x-commit-hash: "9743a598ff0b0e14221a379b157bcd3725df44d1"