Skip to content

Commit

Permalink
Merge pull request #3451 from hannesm/otr
Browse files Browse the repository at this point in the history
  +otr
  • Loading branch information
samoht committed Jan 24, 2015
2 parents fbf92b0 + f7ff83e commit 82938a8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/otr/otr.0.1.0/descr
@@ -0,0 +1,8 @@
Off-the-record in pure OCaml

This is an implementation of version 2 and 3 of the Off-the-record
protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml.

Including the socialist millionairs protocol to authenticate a
communication partner over an encrypted channel providing a shared
secret.
25 changes: 25 additions & 0 deletions packages/otr/otr.0.1.0/opam
@@ -0,0 +1,25 @@
opam-version: "1.2"
name: "otr"
version: "0.1.0"
homepage: "https://github.com/hannesm/ocaml-otr"
dev-repo: "https://github.com/hannesm/ocaml-otr.git"
bug-reports: "https://github.com/hannesm/ocaml-otr/issues"
author: ["Hannes Mehnert <hannes@mehnert.org>"]
maintainer: ["Hannes Mehnert <hannes@mehnert.org>"]
license: "BSD2"

build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "otr"]

depends: [
"ocamlfind"
"cstruct" {>= "1.2.0"}
"type_conv"
"sexplib"
"nocrypto" {>= "0.3.0"}
]
available: [ ocaml-version >= "4.01.0" ]
2 changes: 2 additions & 0 deletions packages/otr/otr.0.1.0/url
@@ -0,0 +1,2 @@
archive: "https://github.com/hannesm/ocaml-otr/archive/0.1.0.tar.gz"
checksum: "158e88118ca758175159bac2201511d8"

0 comments on commit 82938a8

Please sign in to comment.