Skip to content

Commit 5bf12be

Browse files
authored
Merge pull request #28830 from redianthus/master
directories.0.7
2 parents 001d08a + c130775 commit 5bf12be

File tree

1 file changed

+39
-0
lines changed
  • packages/directories/directories.0.7

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"An OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows"
4+
description:
5+
"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."
6+
maintainer: ["OCamlPro <[email protected]>"]
7+
authors: ["OCamlPro <[email protected]>"]
8+
license: "ISC"
9+
homepage: "https://github.com/ocamlpro/directories"
10+
bug-reports: "https://github.com/ocamlpro/directories/issues"
11+
depends: [
12+
"dune" {>= "2.1"}
13+
"ocaml" {>= "4.14.0"}
14+
"ctypes" {>= "0.17.1" & (os = "win32" | os = "cygwin")}
15+
"fpath"
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/ocamlpro/directories.git"
32+
x-maintenance-intent: ["(latest)"]
33+
url {
34+
src: "https://github.com/OCamlPro/directories/archive/0.7.tar.gz"
35+
checksum: [
36+
"sha256=a7626d412d0f3520eb9c5b1f74b843dd8c95fcfb185979cccc603cea289ccf4a"
37+
"sha512=c1558bde98cd3cc2b33144903f089fa7917e1d1143c30180a3131ff8e62905ebfe36ec0d926215ef4f7c26a12a3407eaad2c76b2d945e6c2d8011fefac062d70"
38+
]
39+
}

0 commit comments

Comments
 (0)