opam-version: "2.0"
maintainer: "dominic.price@nottingham.ac.uk"
homepage: "https://github.com/dominicjprice/sociaml-vcard"
authors: [ "Dominic Price" ]
license: "ISC"
build: [
  ["oasis" "setup"]
  ["./configure" "--prefix" prefix]
  [make "build"]
]
remove: [
  [make "uninstall"]
  ["ocamlfind" "remove" "sociaml_vcard"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "oasis"
  "core_kernel" {< "113.33.00"}
  "menhir"
  "ulex"
  "re2" {< "v0.15"}
  "camomile"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/dominicjprice/sociaml-vcard"
install: [make "install"]
synopsis: "vCard library for OCaml"
description: """
Library for parsing and creating contact information in the vCard format.
Currently only version 4.0 of the vCard specification is supported."""
url {
  src: "https://github.com/dominicjprice/sociaml-vcard/archive/v0.2.1.tar.gz"
  checksum: "md5=163d9b005e2317486c41141aab949fee"
}
