this repo has no description

directories.0.6

zapashcanon 07c97c16 e559adde

Changed files
+38
packages
directories
directories.0.6
+38
packages/directories/directories.0.6/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"An OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows"
+
description:
+
"directories is an OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows. It is inspired by similar libraries for other languages such as directories-jvm. The following conventions are used: XDG Base Directory Specification and xdg-user-dirs on Linux, Known Folders on Windows, Standard Directories on macOS."
+
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
+
authors: ["OCamlPro <contact@ocamlpro.com>"]
+
license: "ISC"
+
homepage: "https://github.com/ocamlpro/directories"
+
bug-reports: "https://github.com/ocamlpro/directories/issues"
+
depends: [
+
"dune" {>= "2.1"}
+
"ocaml" {>= "4.14.0"}
+
"ctypes" {>= "0.17.1" & (os = "win32" | os = "cygwin")}
+
"fpath"
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocamlpro/directories.git"
+
url {
+
src: "https://github.com/OCamlPro/directories/archive/0.6.tar.gz"
+
checksum: [
+
"sha256=9a0730b92aef52d04c7b4bbb1afc8aa0b4f65a1d8f171e328094c49aeb3ec889"
+
"sha512=b0335b35b4ca3d3b2142aa2810977c975c92b56064dbed9a9c70bc05c7e87d9e72aac5aae518f6ff285e01dbbe846b3950b165cd65833261e45eeafd562f2b26"
+
]
+
}