this repo has no description

Merge pull request #27328 from zapashcanon/directories.0.6

directories.0.6

Shon Feder 7a7bf634 c29f2d2c

Changed files
+50 -12
packages
bogue
bogue.20231209
catapult-sqlite
catapult-sqlite.0.1
catapult-sqlite.0.1.1
catapult-sqlite.0.2
ccbg
ccbg.0.1
directories
directories.0.6
drom_lib
drom_lib.0.2.0
drom_lib.0.3.0
drom_lib.0.6.0
drom_lib.0.6.1
drom_lib.0.8.0
gotd
gotd.0.1
sun
sun.0.1
+1 -1
packages/bogue/bogue.20231209/opam
···
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
"tsdl" {>= "0.9.7" & < "0.9.9"}
-
"directories"
+
"directories" {< "0.6"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/catapult-sqlite/catapult-sqlite.0.1.1/opam
···
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
-
"directories"
+
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
+1 -1
packages/catapult-sqlite/catapult-sqlite.0.1/opam
···
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
-
"directories"
+
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
+1 -1
packages/catapult-sqlite/catapult-sqlite.0.2/opam
···
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
-
"directories"
+
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
+1 -1
packages/ccbg/ccbg.0.1/opam
···
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"bos" {>= "0.2.0"}
-
"directories"
+
"directories" {< "0.6"}
"fpath"
"scfg" {>= "0.2" & < "0.4"}
"odoc" {with-doc}
+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"] {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.6.tar.gz"
+
checksum: [
+
"sha256=9a0730b92aef52d04c7b4bbb1afc8aa0b4f65a1d8f171e328094c49aeb3ec889"
+
"sha512=b0335b35b4ca3d3b2142aa2810977c975c92b56064dbed9a9c70bc05c7e87d9e72aac5aae518f6ff285e01dbbe846b3950b165cd65833261e45eeafd562f2b26"
+
]
+
}
+1 -1
packages/drom_lib/drom_lib.0.2.0/opam
···
"ez_file" {>= "0.2.0" & < "0.3.0"}
"ez_config" {>= "0.1.0" & < "1.0.0"}
"ez_cmdliner" {>= "0.1.0" & < "1.0.0"}
-
"directories" {>= "0.2"}
+
"directories" {>= "0.2" & < "0.6"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
+1 -1
packages/drom_lib/drom_lib.0.3.0/opam
···
"ez_file" {>= "0.2.0" & < "0.3.0"}
"ez_config" {>= "0.1.0" & < "1.0.0"}
"ez_cmdliner" {>= "0.2.0" & < "1.0.0"}
-
"directories" {>= "0.2"}
+
"directories" {>= "0.2" & < "0.6"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
+1 -1
packages/drom_lib/drom_lib.0.6.0/opam
···
"ez_file" {>= "0.2.0" & < "0.3.0"}
"ez_config" {>= "0.1.0" & < "1.0.0"}
"ez_cmdliner" {>= "0.4.0" & < "1.0.0"}
-
"directories" {>= "0.2"}
+
"directories" {>= "0.2" & < "0.6"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
+1 -1
packages/drom_lib/drom_lib.0.6.1/opam
···
"ez_file" {>= "0.3.0" & < "1.0.0"}
"ez_config" {>= "0.1.0" & < "1.0.0"}
"ez_cmdliner" {>= "0.2.0" & < "1.0.0"}
-
"directories" {>= "0.2"}
+
"directories" {>= "0.2" & < "0.6"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
+1 -1
packages/drom_lib/drom_lib.0.8.0/opam
···
"ez_config" {>= "0.1.0" & < "1.0.0"}
"ez_cmdliner" {>= "0.2.0" & < "1.0.0"}
"drom_toml" {= version}
-
"directories" {>= "0.2"}
+
"directories" {>= "0.2" & < "0.6"}
"crunch" {>= "3.2.0"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
+1 -1
packages/gotd/gotd.0.1/opam
···
"dune" {>= "2.8"}
"ocaml" {>= "4.13"}
"bos"
-
"directories"
+
"directories" {< "0.6"}
"fpath"
"scfg" {< "0.4"}
"odoc" {with-doc}
+1 -1
packages/sun/sun.0.1/opam
···
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"cmdliner" {>= "1.1.0"}
-
"directories"
+
"directories" {< "0.6"}
"scfg" {< "0.4"}
"odoc" {with-doc}
]