this repo has no description
1opam-version: "2.0"
2maintainer: "Hannes Mehnert <hannes@mehnert.org>"
3authors: "Hannes Mehnert <hannes@mehnert.org>"
4license: "BSD-2-Clause"
5homepage: "https://github.com/hannesm/conex"
6doc: "https://hannesm.github.io/conex/doc"
7bug-reports: "https://github.com/hannesm/conex/issues"
8depends: [
9 "ocaml" {>= "4.05.0"}
10 "dune"
11 "cmdliner"
12 "opam-file-format" {>= "2.0.0~rc2"}
13 "stdlib-shims"
14]
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18]
19dev-repo: "git+https://github.com/hannesm/conex.git"
20synopsis: "Establishing trust in community repositories"
21description: """
22Conex is a system based on [TUF](https://theupdateframework.github.io/) to
23establish trust in community repositories. Since opam2, the required hooks
24are present.
25
26This package uses openssl for the required crypto primitives (>=1.0.0u for RSA-PSS).
27"""
28url {
29 src:
30 "https://github.com/hannesm/conex/releases/download/v0.11.1/conex-v0.11.1.tbz"
31 checksum: [
32 "sha256=997966693236d1ab2930ff8bb24cce175e88279b99aaacd39fa022d5e45dd3b1"
33 "sha512=af207a3e6f35c81745d36fa8759846ed7ac357e9d8dfe0a7f3e0918e2a7f709d48d21ff15d6ee7b399a72c52d9c920cea478b1c7d7ad0d693637983f6dcb8033"
34 ]
35}