this repo has no description

directories.0.4

Changed files
+43
packages
directories
directories.0.4
+43
packages/directories/directories.0.4/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.4.tar.gz"
+
checksum: [
+
"sha256=74d7ebe77255b3c592b7b8777a670c2c0cbeaeb98046d1ff418951e066877834"
+
"sha512=8bb52bc9aa6197e2c5c5dcbae41c1487043b34c5a4db3cd83daabbf589a0e3b9f5049efdd0ebd4379bd6cf53c562b12890d2bc558714d27065440e67346edd7b"
+
]
+
}