this repo has no description

[new release] passage (0.1.6)

CHANGES:

- fix small bug with the input_and_validate_loop fn and empty secrets

Changed files
+61
packages
passage
passage.0.1.6
+61
packages/passage/passage.0.1.6/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"}
+
"conf-age"
+
"dune" {>= "3.9"}
+
"devkit" {>= "1.20240429"}
+
"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"
+
available: os != "win32"
+
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.6/passage-0.1.6.tbz"
+
checksum: [
+
"sha256=efd7c7a5862c69753cd5feacd1a588b8b8a72121ab4c3f1a0f20371ea77600fc"
+
"sha512=b8e53bfb9c0bfa71b6fee03ecec341396a55bdd08a3571a9fb9005d3520d225b0030ed97a27b832d7485ddeaa7db7d2c7d53f72f8963e6b6fd810f40ed7eaf8b"
+
]
+
}
+
x-commit-hash: "8f2d6b0b0d1c4dd6ae9a891c9a8df262a4e26cd7"