this repo has no description

directories.0.5

Changed files
+43
packages
directories
directories.0.5
+43
packages/directories/directories.0.5/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.07.0"}
+
"ctypes" {>= "0.17.1" & (os = "win32" | os = "cygwin")}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"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.5.tar.gz"
+
checksum: [
+
"sha256=3eb8e0d079fd7c1099e9b92f8569b4edfb313fe58e838443a38266bd47d38c53"
+
"sha512=93ced24f1e1c1ea0cb90237b7c6deb417274b15a9363039801e6300b07523964c2abb8670d8560d2fb74c8f9c27813a6969da8bdfe47c586acb3d9ebf1fba905"
+
]
+
}