From c1307754a59f51da880846f00652e0a88f57fb7d Mon Sep 17 00:00:00 2001 From: redianthus Date: Mon, 3 Nov 2025 14:23:16 +0100 Subject: [PATCH] directories.0.7 --- packages/directories/directories.0.7/opam | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/directories/directories.0.7/opam diff --git a/packages/directories/directories.0.7/opam b/packages/directories/directories.0.7/opam new file mode 100644 index 000000000000..0a62f6e57998 --- /dev/null +++ b/packages/directories/directories.0.7/opam @@ -0,0 +1,39 @@ +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 "] +authors: ["OCamlPro "] +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"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocamlpro/directories.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/OCamlPro/directories/archive/0.7.tar.gz" + checksum: [ + "sha256=a7626d412d0f3520eb9c5b1f74b843dd8c95fcfb185979cccc603cea289ccf4a" + "sha512=c1558bde98cd3cc2b33144903f089fa7917e1d1143c30180a3131ff8e62905ebfe36ec0d926215ef4f7c26a12a3407eaad2c76b2d945e6c2d8011fefac062d70" + ] +}