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.0/conex-v0.11.0.tbz" 31 checksum: [ 32 "sha256=9b64ab189a68ebb37daed618ce0c201f082469f4b4efa8cc9099442a169d924b" 33 "sha512=30caad9a0a8d45d24933652733349e251c0e8decb6ac4c7de18fc4ae8a621865f8af5b2d02a5c9fcca0cc122e6a443ba91f2f7a350f729633923f9c1b5cf913d" 34 ] 35}