this repo has no description

Merge pull request #20418 from kit-ty-kate/opam-publish-xdg-basedir.0.0.4

Package xdg-basedir.0.0.4

Kate 258a1d29 be2dbf0a

Changed files
+45
packages
ocaml-xdg-basedir
ocaml-xdg-basedir.transition
xdg-basedir
xdg-basedir.0.0.4
+12
packages/ocaml-xdg-basedir/ocaml-xdg-basedir.transition/opam
···
+
opam-version: "2.0"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
maintainer: "Sylvain Le Gall <sylvain@le-gall.net>"
+
authors: [ "Sylvain Le Gall" ]
+
homepage: "https://github.com/gildor478/ocaml-xdg-basedir"
+
bug-reports: "https://github.com/gildor478/ocaml-xdg-basedir/issues"
+
dev-repo: "git+https://github.com/gildor478/ocaml-xdg-basedir.git"
+
depends: ["xdg-basedir"]
+
synopsis:
+
"This is a transition package, ocaml-xdg-basedir is now named xdg-basedir. Use the xdg-basedir package instead"
+
post-messages:
+
"ocaml-xdg-basedir has been renamed and the ocaml-xdg-basedir package is now a transition package. Use the xdg-basedir package instead."
+33
packages/xdg-basedir/xdg-basedir.0.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "XDG basedir location for data/cache/configuration files"
+
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. It is a straightforward implementation on
+
UNIX platform and try to apply consistent policies with regard to Windows
+
directories. It is inspired by the Haskell implementation of this
+
specification, and it follows the same choices for Windows directories.
+
[The xdg-basedir specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
+
and [the Haskell implementation](http://github.com/willdonnelly/xdg-basedir)
+
and [the API of this implementation](http://xdg-basedir.forge.ocamlcore.org/api)."""
+
maintainer: "Sylvain Le Gall"
+
authors: "Sylvain Le Gall"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/gildor478/ocaml-xdg-basedir"
+
bug-reports: "https://github.com/gildor478/ocaml-xdg-basedir/issues"
+
dev-repo: "git+https://github.com/gildor478/ocaml-xdg-basedir.git"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depends: [
+
"ocaml" {>= "4.02"}
+
"dune" {>= "1.6"}
+
"fileutils"
+
"base-unix"
+
]
+
url {
+
src:
+
"https://github.com/gildor478/ocaml-xdg-basedir/releases/download/0.0.4/ocaml-xdg-basedir-0.0.4.tar.gz"
+
checksum: [
+
"md5=aaeeb419ed00e2f3e00fee836d3483aa"
+
"sha512=5cf08cf4ecbd3d4e2193779e93d38bcb88baa12fa283b44e614f7f6d6f58d3ad05d60b6532d762b755b7270ae4f2296480f8c064e5f022b64403843fa6e500c1"
+
]
+
}