opam-version: "2.0" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " homepage: "https://github.com/mirage/encore" bug-reports: "https://github.com/mirage/encore/issues" dev-repo: "git+https://github.com/mirage/encore.git" doc: "https://mirage.github.io/encore/" license: "MIT" synopsis: "Library to generate encoder/decoder which ensure isomorphism" description: """ Encore is a little library to provide an interface to generate an angstrom decoder and an internal encoder from a shared description. The goal is to ensure a dual isomorphism between them. """ build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.0.0"} "angstrom" {>= "0.14.0"} "fmt" "bigstringaf" {>= "0.5.0"} "alcotest" {with-test} ] url { src: "https://github.com/mirage/encore/releases/download/v0.6/encore-v0.6.tbz" checksum: [ "sha256=2c30c5bde96142a3823aec4efa07f625965654e79ad8ffcc6940b73728edc573" "sha512=021b0c89ecada7722ed1d905629cfc959a1f55dcf8fd93b3873f1283bb33b5854911f29646401cbcc4734b93c9243f6c7e6204ebbc56009872d4ce1ff1386b7a" ] }