this repo has no description
1opam-version: "2.0" 2maintainer: "lord@crocodile.org" 3authors: "Vadim Zaliva" 4homepage: "https://github.com/vzaliva/vcardgen" 5bug-reports: "https://github.com/vzaliva/vcardgen/issues" 6license: "BSD-2-Clause" 7dev-repo: "git+https://github.com/vzaliva/vcardgen.git" 8build: ["jbuilder" "build" "-p" name] 9depends: [ 10 "ocaml" 11 "jbuilder" {>= "1.0+beta7"} 12] 13synopsis: "Simple OCaml library for generating VCards per RFC-6350." 14url { 15 src: "https://github.com/vzaliva/vcardgen/archive/v1.0.tar.gz" 16 checksum: [ 17 "sha256=f3a285ce356680d2734b7fbcf36e468b8105fa360e329cdaef98bcbfbd5354a4" 18 "md5=8bea2bdcb8aed7e34353e5857c4eac46" 19 ] 20}