this repo has no description
1opam-version: "2.0"
2homepage: "https://github.com/hannesm/ocaml-otr"
3dev-repo: "git+https://github.com/hannesm/ocaml-otr.git"
4bug-reports: "https://github.com/hannesm/ocaml-otr/issues"
5doc: "https://hannesm.github.io/ocaml-otr/doc"
6authors: ["Hannes Mehnert <hannes@mehnert.org>"]
7maintainer: ["Hannes Mehnert <hannes@mehnert.org>"]
8license: "BSD-2-Clause"
9
10build: [
11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
12 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
13 {with-test}
14 ["ocaml" "pkg/pkg.ml" "test"] {with-test}
15]
16depends: [
17 "ocaml" {>= "4.03.0"}
18 "ocamlfind" {build}
19 "ocamlbuild" {build}
20 "topkg" {build}
21 "cstruct" {>= "1.9.0"}
22 "sexplib"
23 "nocrypto" {>= "0.5.3"}
24 "astring"
25 "rresult"
26]
27synopsis: "Off the record implementation purely in OCaml"
28description: """
29This is an implementation of version 2 and 3 of the Off-the-record
30protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml.
31
32Including the socialist millionairs protocol to authenticate a
33communication partner over an encrypted channel providing a shared
34secret."""
35url {
36 src:
37 "https://github.com/hannesm/ocaml-otr/releases/download/0.3.5/otr-0.3.5.tbz"
38 checksum: [
39 "sha256=01abc64f1674c8cdf1146363725bee74339efb70853c2cb5cdb9d814e76c4d91"
40 "md5=df4f8c0ec797a231f15add3f4b945edf"
41 ]
42}