this repo has no description
1opam-version: "2.0" 2license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 3maintainer: "Sylvain Le Gall <sylvain@le-gall.net>" 4authors: [ "Sylvain Le Gall" ] 5homepage: "https://github.com/gildor478/ocaml-xdg-basedir" 6bug-reports: "https://github.com/gildor478/ocaml-xdg-basedir/issues" 7dev-repo: "git+https://github.com/gildor478/ocaml-xdg-basedir.git" 8depends: ["xdg-basedir"] 9synopsis: 10 "This is a transition package, ocaml-xdg-basedir is now named xdg-basedir. Use the xdg-basedir package instead" 11post-messages: 12 "ocaml-xdg-basedir has been renamed and the ocaml-xdg-basedir package is now a transition package. Use the xdg-basedir package instead."