Skip to content

Commit f5363a4

Browse files
authored
Merge pull request #28998 from avsm/opam-publish-xdge.1.0.0
Package xdge.1.0.0
2 parents 8d1f9a3 + 7d96e4d commit f5363a4

File tree

1 file changed

+44
-0
lines changed
  • packages/xdge/xdge.1.0.0

1 file changed

+44
-0
lines changed

packages/xdge/xdge.1.0.0/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "XDG Base Directory Specification support for Eio"
3+
description:
4+
"This library implements the XDG Base Directory Specification with Eio capabilities to provide safe access to configuration, data, cache, state, and runtime directories. The library exposes Cmdliner terms that allow for proper environment variable overrides and command-line flags."
5+
maintainer: "Anil Madhavapeddy <[email protected]>"
6+
authors: "Anil Madhavapeddy"
7+
license: "ISC"
8+
homepage: "https://tangled.sh/@anil.recoil.org/xdge"
9+
dev-repo: "https://tangled.sh/@anil.recoil.org/xdge"
10+
bug-reports: "https://tangled.sh/@anil.recoil.org/xgde/issues"
11+
depends: [
12+
"dune" {>= "3.20"}
13+
"ocaml" {>= "5.1.0"}
14+
"eio" {>= "1.1"}
15+
"cmdliner" {>= "1.2.0"}
16+
"fmt" {>= "0.11.0"}
17+
"xdg"
18+
"eio_main"
19+
"odoc" {with-doc}
20+
"alcotest" {with-test & >= "1.7.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
url {
37+
src:
38+
"https://tangled.org/anil.recoil.org/xdge/tags/bd9ed2d2149e78d6deda741ce7b84866b97d6220/download/xdge-1.0.0.tbz"
39+
checksum: [
40+
"md5=0053c1eb54e5cf17a9822c283b3d04a5"
41+
"sha512=02fe624cf299f764b2e34c61b532e3f228d43d8e34c05e8f85dc45a863d00f7868a56e167c2abde53cb705d32eaf9b8705d462308e3cd106827c1f30eec6366f"
42+
]
43+
}
44+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)