opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/oklm-wsh/Farfadet"
bug-reports: "https://github.com/oklm-wsh/Farfadet/issues"
license: "MIT"
dev-repo: "git+https://github.com/oklm-wsh/Farfadet.git"
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "topkg" {build}
  "faraday" {<= "0.4.0"}
  "alcotest" {with-test}
  "ezjsonm" {with-test}
]
synopsis: "Printf-like for Faraday library"
description:
  "Printf-like for Faraday library, a type-safe way to serialize what you want."
url {
  src: "https://github.com/oklm-wsh/Farfadet/archive/0.1.tar.gz"
  checksum: "md5=c5b20e8880324b4c7c62b4830ff3261f"
}
