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 "dune" {>= "3.9"}
13 "conf-age"
14 "devkit"
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"
43x-ci-accept-failures: [
44 "alpine-3.20"
45 "archlinux"
46 "debian-11"
47 "fedora-39"
48 "fedora-40"
49 "opensuse-15.6"
50 "opensuse-tumbleweed"
51]
52url {
53 src:
54 "https://github.com/ahrefs/passage/releases/download/0.1.2/passage-0.1.2.tbz"
55 checksum: [
56 "sha256=36c7c211f44c3e2ce070187c598a2586245c022a1f192ed3785e1816627f7f11"
57 "sha512=63add75ff3b704abf628ad3c34aef9ad60aa340f895dfbae519eefa4f3dd3ccce3a145f2364b23d74031f2f414aca6991cf810b9b5636641a0207bebe81b9f8d"
58 ]
59}
60x-commit-hash: "cf981a4483ff2a97e572d1d3bee79e0b539aede4"