this repo has no description
1opam-version: "2.0"
2synopsis: "Passage - used to store and manage access to shared secrets"
3description: "Passage - used to store and manage access to shared secrets"
4maintainer: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
5authors: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
6license: "MIT"
7homepage: "https://github.com/ahrefs/passage"
8bug-reports: "https://github.com/ahrefs/passage/issues"
9depends: [
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]
28build: [
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]
42dev-repo: "git+https://github.com/ahrefs/passage.git"
43available: os != "win32"
44x-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]
53url {
54 src:
55 "https://github.com/ahrefs/passage/releases/download/0.1.5/passage-0.1.5.tbz"
56 checksum: [
57 "sha256=ad105078efacf001de3793838cc694041727567e2d91b588820a8c21bf3aca95"
58 "sha512=2eedfa450cbc42001d12247f87762c83b89ae7b57a6ea02415a6603d6c1b88e3d0b4e446f544e1b4930b89967c46524b3f2cea69982ba5b8299a4abaac18661e"
59 ]
60}
61x-commit-hash: "3a473c2407a0ab0b320d7a6061b629510b31a60c"