this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/encore"
5bug-reports: "https://github.com/mirage/encore/issues"
6dev-repo: "git+https://github.com/mirage/encore.git"
7doc: "https://mirage.github.io/encore/"
8license: "MIT"
9synopsis: "Library to generate encoder/decoder which ensure isomorphism"
10description: """
11Encore is a little library to provide an interface to generate an angstrom decoder and
12an internal encoder from a shared description. The goal is to ensure a dual isomorphism
13between them.
14"""
15
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20]
21
22depends: [
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
31x-commit-hash: "7bc75e21a4b536a64cf5b11395bb9e561d167f28"
32url {
33 src:
34 "https://github.com/mirage/encore/releases/download/v0.7/encore-v0.7.tbz"
35 checksum: [
36 "sha256=d09e67dcd1d8d6ff2428ed3481a7b4bebffb7c71b33e057cf9635659e4849533"
37 "sha512=4def3b039820d321bc7d2f2fb0d0fc76f016158d071c1282091b6c45ccc332c7069bfca88ebcb53893f11c315ea713e6fc614ee6964e1082e07e31f4fd974030"
38 ]
39}