this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] passage (0.1.6)

CHANGES:

- fix small bug with the input_and_validate_loop fn and empty secrets

+61
+61
packages/passage/passage.0.1.6/opam
··· 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 <github@ahrefs.com>"] 5 + authors: ["Ahrefs Pte Ltd <github@ahrefs.com>"] 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 + "conf-age" 13 + "dune" {>= "3.9"} 14 + "devkit" {>= "1.20240429"} 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 + available: os != "win32" 44 + x-ci-accept-failures: [ 45 + "alpine-3.20" 46 + "archlinux" 47 + "debian-11" 48 + "fedora-39" 49 + "fedora-40" 50 + "opensuse-15.6" 51 + "opensuse-tumbleweed" 52 + ] 53 + url { 54 + src: 55 + "https://github.com/ahrefs/passage/releases/download/0.1.6/passage-0.1.6.tbz" 56 + checksum: [ 57 + "sha256=efd7c7a5862c69753cd5feacd1a588b8b8a72121ab4c3f1a0f20371ea77600fc" 58 + "sha512=b8e53bfb9c0bfa71b6fee03ecec341396a55bdd08a3571a9fb9005d3520d225b0030ed97a27b832d7485ddeaa7db7d2c7d53f72f8963e6b6fd810f40ed7eaf8b" 59 + ] 60 + } 61 + x-commit-hash: "8f2d6b0b0d1c4dd6ae9a891c9a8df262a4e26cd7"