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/oklm-wsh/Farfadet" 5bug-reports: "https://github.com/oklm-wsh/Farfadet/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/oklm-wsh/Farfadet.git" 8build: [ 9 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 10 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] 11 {with-test} 12 ["ocaml" "pkg/pkg.ml" "test"] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "ocamlbuild" {build} 17 "ocamlfind" {build} 18 "topkg" {build} 19 "faraday" {<= "0.4.0"} 20 "alcotest" {with-test} 21 "ezjsonm" {with-test} 22] 23synopsis: "Printf-like for Faraday library" 24description: 25 "Printf-like for Faraday library, a type-safe way to serialize what you want." 26url { 27 src: "https://github.com/oklm-wsh/Farfadet/archive/0.1.tar.gz" 28 checksum: [ 29 "sha256=d9a399746c49cd060a85b6a6103b0c5f1edcb223929d31ced2f872ea066dcfea" 30 "md5=c5b20e8880324b4c7c62b4830ff3261f" 31 ] 32}