Skip to content

Commit

Permalink
Merge pull request #27328 from zapashcanon/directories.0.6
Browse files Browse the repository at this point in the history
directories.0.6
  • Loading branch information
shonfeder authored Jan 30, 2025
2 parents c29f2d2 + 9500f39 commit 7a7bf63
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/bogue/bogue.20231209/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
"tsdl" {>= "0.9.7" & < "0.9.9"}
"directories"
"directories" {< "0.6"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/catapult-sqlite/catapult-sqlite.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
"directories"
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
Expand Down
2 changes: 1 addition & 1 deletion packages/catapult-sqlite/catapult-sqlite.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
"directories"
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
Expand Down
2 changes: 1 addition & 1 deletion packages/catapult-sqlite/catapult-sqlite.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
depends: [
"dune" {>= "2.0"}
"sqlite3" {>= "5.0"}
"directories"
"directories" {< "0.6"}
"catapult" {= version}
"odoc" {with-doc}
"ocaml" {>= "4.08"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ccbg/ccbg.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"bos" {>= "0.2.0"}
"directories"
"directories" {< "0.6"}
"fpath"
"scfg" {>= "0.2" & < "0.4"}
"odoc" {with-doc}
Expand Down
38 changes: 38 additions & 0 deletions packages/directories/directories.0.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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 <[email protected]>"]
authors: ["OCamlPro <[email protected]>"]
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"
]
}
2 changes: 1 addition & 1 deletion packages/drom_lib/drom_lib.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ depends: [
"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}
Expand Down
2 changes: 1 addition & 1 deletion packages/drom_lib/drom_lib.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ depends: [
"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}
Expand Down
2 changes: 1 addition & 1 deletion packages/drom_lib/drom_lib.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"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}
Expand Down
2 changes: 1 addition & 1 deletion packages/drom_lib/drom_lib.0.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"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}
Expand Down
2 changes: 1 addition & 1 deletion packages/drom_lib/drom_lib.0.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"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}
Expand Down
2 changes: 1 addition & 1 deletion packages/gotd/gotd.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.13"}
"bos"
"directories"
"directories" {< "0.6"}
"fpath"
"scfg" {< "0.4"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/sun/sun.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"cmdliner" {>= "1.1.0"}
"directories"
"directories" {< "0.6"}
"scfg" {< "0.4"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 7a7bf63

Please sign in to comment.