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