this repo has no description

Add irc-client.0.7.1

Changed files
+132
packages
irc-client
irc-client.0.7.1
irc-client-lwt
irc-client-lwt.0.7.1
irc-client-lwt-ssl
irc-client-lwt-ssl.0.7.1
irc-client-tls
irc-client-tls.0.7.1
irc-client-unix
irc-client-unix.0.7.1
+27
packages/irc-client-lwt-ssl/irc-client-lwt-ssl.0.7.1/opam
···
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes"]
+
homepage: "https://github.com/johnelse/ocaml-irc-client"
+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
+
maintainer: "john.else@gmail.com"
+
license: "MIT"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"irc-client" {= version}
+
"lwt"
+
"lwt_ssl"
+
"odoc" {with-doc}
+
"ocaml"
+
"ssl" {>= "0.5.8"}
+
]
+
synopsis: "IRC client library - Lwt SSL implementation"
+
url {
+
src:
+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
+
}
+25
packages/irc-client-lwt/irc-client-lwt.0.7.1/opam
···
···
+
opam-version: "2.0"
+
authors: ["John Else" "Simon Cruanes"]
+
homepage: "https://github.com/johnelse/ocaml-irc-client"
+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
+
maintainer: "john.else@gmail.com"
+
license: "MIT"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"irc-client" {= version}
+
"lwt" {>= "2.4.7"}
+
"odoc" {with-doc}
+
"ocaml"
+
]
+
synopsis: "IRC client library - Lwt implementation"
+
url {
+
src:
+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
+
}
+27
packages/irc-client-tls/irc-client-tls.0.7.1/opam
···
···
+
opam-version: "2.0"
+
authors: ["John Else" "Simon Cruanes"]
+
homepage: "https://github.com/johnelse/ocaml-irc-client"
+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
+
maintainer: "john.else@gmail.com"
+
license: "MIT"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"irc-client" {= version}
+
"lwt"
+
"tls-lwt" {>= "0.16.0"}
+
"x509" {>= "0.10.0"}
+
"odoc" {with-doc}
+
"ocaml"
+
]
+
synopsis: "IRC client library - TLS implementation"
+
url {
+
src:
+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
+
}
+25
packages/irc-client-unix/irc-client-unix.0.7.1/opam
···
···
+
opam-version: "2.0"
+
authors: ["John Else" "Simon Cruanes"]
+
homepage: "https://github.com/johnelse/ocaml-irc-client"
+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
+
maintainer: "john.else@gmail.com"
+
license: "MIT"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"base-unix"
+
"irc-client" {= version}
+
"odoc" {with-doc}
+
"ocaml"
+
]
+
synopsis: "IRC client library - Unix implementation"
+
url {
+
src:
+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
+
}
+28
packages/irc-client/irc-client.0.7.1/opam
···
···
+
opam-version: "2.0"
+
authors: ["John Else" "Simon Cruanes"]
+
homepage: "https://github.com/johnelse/ocaml-irc-client"
+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
+
maintainer: "john.else@gmail.com"
+
license: "MIT"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"base-bytes"
+
"result"
+
"logs" {>= "0.5.0"}
+
"base64" {>= "3.1.0"}
+
"ounit" {with-test}
+
"odoc" {with-doc}
+
"ocaml"
+
]
+
synopsis: "IRC client library - core functionality"
+
url {
+
src:
+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
+
}