opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "xdg-basedir"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "fileutils"
  "ounit"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "xdg-basedir specification implementation"
description: """
This library implements the xdg-basedir specification. It helps to
define standard locations for configuration, cache and data files in
the user directory and on the system.

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html"""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/xdg-basedir/ocaml-xdg-basedir/0.0.2/ocaml-xdg-basedir-0.0.2.tar.gz"
  checksum: "md5=6ecdb1fbf5bc307c8fd29afe72ec7d76"
}
