diff --git a/packages/passage/passage.0.1.4/opam b/packages/passage/passage.0.1.4/opam new file mode 100644 index 00000000000..434c48098f9 --- /dev/null +++ b/packages/passage/passage.0.1.4/opam @@ -0,0 +1,61 @@ +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 "] +authors: ["Ahrefs Pte Ltd "] +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" +install: [make "install_bash_completions"] +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.4/passage-0.1.4.tbz" + checksum: [ + "sha256=6253a4939115a5cdc3e95e6de677be698e6f8b7c18e73451fcfc9f7323429844" + "sha512=b8711d05f4c67a00af50dfbc4977635eed7219588d7f2f67b601e1cc072b25a2e213dfbd5ff7a36612f8d3d9d68c6e0b0687d4e872bda6305b71eca79e897adf" + ] +} +x-commit-hash: "1558f03c1d128869ff66ce16fc8ad5515f2f3bd3"