Skip to content

Commit 2cb64a4

Browse files
authored
Merge pull request #26247 from thatportugueseguy/release-passage-0.1.2
[new release] passage (0.1.2)
2 parents 69a33ee + fb71ce0 commit 2cb64a4

File tree

2 files changed

+84
-0
lines changed
  • packages
    • conf-age/conf-age.1
    • passage/passage.0.1.2

2 files changed

+84
-0
lines changed

packages/conf-age/conf-age.1/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "2.0"
2+
authors: "Filippo Valsorda"
3+
maintainer: "https://github.com/filosottile/age/issues"
4+
homepage: "https://age-encryption.org/"
5+
bug-reports: "https://github.com/filosottile/age/issues"
6+
license: "BSD-3-Clause"
7+
build: [["age" "--version"]]
8+
depexts: [
9+
["age"] {os-family = "debian"}
10+
["age"] {os-family = "ubuntu"}
11+
["age"] {os-distribution = "alpine"}
12+
["age"] {os-distribution = "nixos"}
13+
["age"] {os-distribution = "arch"}
14+
["age"] {os-distribution = "fedora"}
15+
["age"] {os-distribution = "centos"}
16+
["age"] {os = "macos" & os-distribution = "homebrew"}
17+
["age"] {os = "macos" & os-distribution = "macports"}
18+
["age"] {os = "freebsd"}
19+
["age"] {os-family = "suse" | os-family = "opensuse"}
20+
]
21+
synopsis: "Virtual package relying on age"
22+
description:
23+
"This package can only install if the age program is installed on the system."
24+
flags: conf

packages/passage/passage.0.1.2/opam

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
opam-version: "2.0"
2+
synopsis: "Passage - used to store and manage access to shared secrets"
3+
description: "Passage - used to store and manage access to shared secrets"
4+
maintainer: ["Ahrefs Pte Ltd <[email protected]>"]
5+
authors: ["Ahrefs Pte Ltd <[email protected]>"]
6+
license: "MIT"
7+
homepage: "https://github.com/ahrefs/passage"
8+
bug-reports: "https://github.com/ahrefs/passage/issues"
9+
depends: [
10+
"cmdliner" {>= "1.1.0"}
11+
"ocaml" {>= "4.14"}
12+
"dune" {>= "3.9"}
13+
"conf-age"
14+
"devkit"
15+
"extunix"
16+
"fileutils"
17+
"fpath"
18+
"lwt"
19+
"lwt_ppx"
20+
"menhir" {>= "20231231"}
21+
"ppx_expect"
22+
"ocamlformat" {with-dev-setup & = "0.26.2"}
23+
"qrc"
24+
"re2"
25+
"sedlex"
26+
"odoc" {with-doc}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@runtest" {with-test}
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/ahrefs/passage.git"
43+
x-ci-accept-failures: [
44+
"alpine-3.20"
45+
"archlinux"
46+
"debian-11"
47+
"fedora-39"
48+
"fedora-40"
49+
"opensuse-15.6"
50+
"opensuse-tumbleweed"
51+
]
52+
url {
53+
src:
54+
"https://github.com/ahrefs/passage/releases/download/0.1.2/passage-0.1.2.tbz"
55+
checksum: [
56+
"sha256=36c7c211f44c3e2ce070187c598a2586245c022a1f192ed3785e1816627f7f11"
57+
"sha512=63add75ff3b704abf628ad3c34aef9ad60aa340f895dfbae519eefa4f3dd3ccce3a145f2364b23d74031f2f414aca6991cf810b9b5636641a0207bebe81b9f8d"
58+
]
59+
}
60+
x-commit-hash: "cf981a4483ff2a97e572d1d3bee79e0b539aede4"

0 commit comments

Comments
 (0)