Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tls/tls.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"type_conv"
"sexplib"
"nocrypto" {>= "0.2.0" & < "0.3.0"}
"x509" {>= "0.2.0"}
"x509" {>= "0.2.0" & < "0.3.0"}
]
depopts: [
"lwt"
Expand Down
2 changes: 1 addition & 1 deletion packages/tls/tls.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"type_conv"
"sexplib"
"nocrypto" {>= "0.3.0"}
"x509" {>= "0.2.1"}
"x509" {>= "0.2.1" & < "0.3.0"}
]
depopts: [
"lwt"
Expand Down
4 changes: 4 additions & 0 deletions packages/tls/tls.0.4.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Transport Layer Security (TLS) in OCaml

A clean-slate TLS implementation, with support for protocol versions 1.0-1.2.
Includes the core library, as well as Lwt and Mirage frontends.
1 change: 1 addition & 0 deletions packages/tls/tls.0.4.0/findlib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tls
39 changes: 39 additions & 0 deletions packages/tls/tls.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "1.2"
name: "tls"
version: "0.4.0"
homepage: "https://github.com/mirleft/ocaml-tls"
dev-repo: "https://github.com/mirleft/ocaml-tls.git"
bug-reports: "https://github.com/mirleft/ocaml-tls/issues"
author: ["David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"]
maintainer: ["Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>"]
license: "BSD2"

build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix
"--%{lwt:enable}%-lwt"
"--%{mirage-types+io-page+ipaddr:enable}%-mirage" ]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "tls"]

depends: [
"ocamlfind"
"cstruct" {>= "1.2.0"}
"type_conv"
"sexplib"
"nocrypto" {>= "0.3.0"}
"x509" {>= "0.3.0"}
"camlp4"
]
depopts: [
"lwt"
"mirage-types-lwt"
]
conflicts: [
"lwt" {<"2.4.8"}
"mirage-types-lwt" {<"2.3.0"}
"mirage-net-xen" {<"1.3.0"}
"mirage-entropy-xen" {<"0.2.0"}
]
ocaml-version: [>="4.01.0"]
2 changes: 2 additions & 0 deletions packages/tls/tls.0.4.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirleft/ocaml-tls/archive/0.4.0.tar.gz"
checksum: "fc568c2e2140bcb0efe8db40852d1319"
4 changes: 4 additions & 0 deletions packages/x509/x509.0.3.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
X.509 certificate (RFC5280) library

Library for X.509 certificate parsing, serialization and authentication.
Supports path validation (RFC5280) and hostname verification (RFC6125).
1 change: 1 addition & 0 deletions packages/x509/x509.0.3.0/findlib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x509
27 changes: 27 additions & 0 deletions packages/x509/x509.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "1.2"
name: "x509"
version: "0.3.0"
homepage: "https://github.com/mirleft/ocaml-x509"
dev-repo: "https://github.com/mirleft/ocaml-x509.git"
bug-reports: "https://github.com/mirleft/ocaml-x509/issues"
author: [ "David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>" ]
maintainer: [ "Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>" ]
license: "BSD2"

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

depends: [
"ocamlfind"
"cstruct" {>= "1.2.0"}
"type_conv"
"sexplib"
"asn1-combinators" {>= "0.1.1"}
"nocrypto" {>= "0.2.0"}
]
tags: [ "org:mirage" ]
available: [ ocaml-version >= "4.01.0" ]
2 changes: 2 additions & 0 deletions packages/x509/x509.0.3.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirleft/ocaml-x509/archive/0.3.0.tar.gz"
checksum: "fedd7c6cc4d711cf5351919983625314"