this repo has no description

[new release] passage (0.1.2)

CHANGES:

- Update test config and add opam ci exclusions

Changed files
+62
packages
passage
passage.0.1.2
+62
packages/passage/passage.0.1.2/opam
···
+
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: [
+
"cmdliner" {>= "1.1.0"}
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.9"}
+
"devkit"
+
"extunix"
+
"fileutils"
+
"fpath"
+
"lwt"
+
"lwt_ppx"
+
"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}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ahrefs/passage.git"
+
depexts: [
+
["age"] {os-family = "debian"}
+
]
+
x-ci-accept-failures: [
+
"alpine-3.20"
+
"archlinux"
+
"debian-11"
+
"fedora-39"
+
"fedora-40"
+
"opensuse-15.6"
+
"opensuse-tumbleweed"
+
]
+
url {
+
src:
+
"https://github.com/ahrefs/passage/releases/download/0.1.2/passage-0.1.2.tbz"
+
checksum: [
+
"sha256=36c7c211f44c3e2ce070187c598a2586245c022a1f192ed3785e1816627f7f11"
+
"sha512=63add75ff3b704abf628ad3c34aef9ad60aa340f895dfbae519eefa4f3dd3ccce3a145f2364b23d74031f2f414aca6991cf810b9b5636641a0207bebe81b9f8d"
+
]
+
}
+
x-commit-hash: "cf981a4483ff2a97e572d1d3bee79e0b539aede4"