Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions packages/passage/passage.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
opam-version: "2.0"
synopsis: "Passage - used to store and manage access to shared secrets"
description: "Passage - used to store and manage access to shared secrets"
maintainer: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
authors: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
license: "MIT"
homepage: "https://github.com/ahrefs/passage"
bug-reports: "https://github.com/ahrefs/passage/issues"
depends: [
"bos"
"cmdliner" {< "2.0.0"}
"ocaml" {>= "4.14"}
"ocaml" {< "5.0" & with-test}
"conf-age"
"dune" {>= "3.9"}
"devkit" {>= "1.20240429"}
"extunix"
"fileutils"
"fpath"
"menhir" {>= "20231231"}
"ppx_expect"
"ocamlformat" {with-dev-setup & = "0.26.2"}
"qrc"
"re2"
"sedlex"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test & (os-distribution="debian" | os-distribution="ubuntu")}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@runtest" {with-test & (os-distribution="debian" | os-distribution="ubuntu")}

"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ahrefs/passage.git"
available: os != "win32"
x-ci-accept-failures: [
"alpine-3.20"
"alpine-3.22"
"archlinux"
"centos-9"
"debian-11"
"fedora-39"
"fedora-40"
"fedora-41"
"fedora-42"
"fedora-43"
"opensuse-15.6"
"opensuse-tumbleweed"
]
url {
src:
"https://github.com/ahrefs/passage/releases/download/0.2.0/passage-0.2.0.tbz"
checksum: [
"sha256=0c7e2c602a9eaa585c3f7a19fea61ae4810868b8b14abcce2d95e766a2f0d67c"
"sha512=cd5bf893e62d4b6a0d88187604747385a41c52d0c757ed4667d529499c8b0f9a5e042964e8caf2455b6032b9684f07210a4eb1577e7496e759585717677a46b8"
]
}
x-commit-hash: "92bc02a41e427353a821125143e0f44d425ed07f"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
x-commit-hash: "92bc02a41e427353a821125143e0f44d425ed07f"
x-commit-hash: "92bc02a41e427353a821125143e0f44d425ed07f"
x-ci-accept-failures: [ # the test suite exhibits small escaping differences on the below platforms
"centos-9"
"alpine-3.22"
"fedora-41"
"fedora-42"
"fedora-43"
]

Here's a concrete suggestion to silence the red CI flags caused by escaping differences.