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/ocaml-otr" 6doc: "https://hannesm.github.io/ocaml-otr/doc" 7bug-reports: "https://github.com/hannesm/ocaml-otr/issues" 8depends: [ 9 "ocaml" {>= "4.08.0"} 10 "dune" 11 "cstruct" {>= "6.0.0"} 12 "sexplib0" 13 "mirage-crypto" {< "1.0.0"} 14 "mirage-crypto-pk" {< "1.0.0"} 15 "astring" 16 "base64" {>= "3.1.0"} 17] 18conflicts: [ "result" {< "1.5"} ] 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 23] 24dev-repo: "git+https://github.com/hannesm/ocaml-otr.git" 25synopsis: "Off the record implementation purely in OCaml" 26description: """ 27This is an implementation of version 2 and 3 of the Off-the-record 28protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml. 29 30Including the socialist millionairs protocol to authenticate a 31communication partner over an encrypted channel providing a shared 32secret. 33""" 34url { 35 src: 36 "https://github.com/hannesm/ocaml-otr/releases/download/v0.3.10/otr-v0.3.10.tbz" 37 checksum: [ 38 "sha256=f885a5f8d5b7bdd433ee8aaab3166a14e50f9fbcd1b756811de51f6dee615a37" 39 "sha512=24eee63e54c29e27d90718fe764178d5ee8b9fa599c7ca25b042e57b2442501089c51f11656315949f60e0362f86f743597c74dd968c4d3472e18c4def5179ba" 40 ] 41} 42x-commit-hash: "4daf34b8b0fa5caf5bc906d0219a97c5d8ffaa7e"