Skip to content

Commit d894fb6

Browse files
committed
Add irc-client.0.7.1
1 parent be27662 commit d894fb6

File tree

5 files changed

+132
-0
lines changed
  • packages
    • irc-client-lwt-ssl/irc-client-lwt-ssl.0.7.1
    • irc-client-lwt/irc-client-lwt.0.7.1
    • irc-client-tls/irc-client-tls.0.7.1
    • irc-client-unix/irc-client-unix.0.7.1
    • irc-client/irc-client.0.7.1

5 files changed

+132
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
authors: ["Simon Cruanes"]
3+
homepage: "https://github.com/johnelse/ocaml-irc-client"
4+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6+
maintainer: "[email protected]"
7+
license: "MIT"
8+
build: [
9+
["dune" "build" "@install" "-p" name "-j" jobs]
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"dune" {>= "1.6"}
15+
"irc-client" {= version}
16+
"lwt"
17+
"lwt_ssl"
18+
"odoc" {with-doc}
19+
"ocaml"
20+
"ssl" {>= "0.5.8"}
21+
]
22+
synopsis: "IRC client library - Lwt SSL implementation"
23+
url {
24+
src:
25+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
26+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
27+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
opam-version: "2.0"
2+
authors: ["John Else" "Simon Cruanes"]
3+
homepage: "https://github.com/johnelse/ocaml-irc-client"
4+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6+
maintainer: "[email protected]"
7+
license: "MIT"
8+
build: [
9+
["dune" "build" "@install" "-p" name "-j" jobs]
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"dune" {>= "1.6"}
15+
"irc-client" {= version}
16+
"lwt" {>= "2.4.7"}
17+
"odoc" {with-doc}
18+
"ocaml"
19+
]
20+
synopsis: "IRC client library - Lwt implementation"
21+
url {
22+
src:
23+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
24+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
25+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
authors: ["John Else" "Simon Cruanes"]
3+
homepage: "https://github.com/johnelse/ocaml-irc-client"
4+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6+
maintainer: "[email protected]"
7+
license: "MIT"
8+
build: [
9+
["dune" "build" "@install" "-p" name "-j" jobs]
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"dune" {>= "1.6"}
15+
"irc-client" {= version}
16+
"lwt"
17+
"tls-lwt" {>= "0.16.0"}
18+
"x509" {>= "0.10.0"}
19+
"odoc" {with-doc}
20+
"ocaml"
21+
]
22+
synopsis: "IRC client library - TLS implementation"
23+
url {
24+
src:
25+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
26+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
27+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
opam-version: "2.0"
2+
authors: ["John Else" "Simon Cruanes"]
3+
homepage: "https://github.com/johnelse/ocaml-irc-client"
4+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6+
maintainer: "[email protected]"
7+
license: "MIT"
8+
build: [
9+
["dune" "build" "@install" "-p" name "-j" jobs]
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"dune" {>= "1.6"}
15+
"base-unix"
16+
"irc-client" {= version}
17+
"odoc" {with-doc}
18+
"ocaml"
19+
]
20+
synopsis: "IRC client library - Unix implementation"
21+
url {
22+
src:
23+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
24+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
25+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
authors: ["John Else" "Simon Cruanes"]
3+
homepage: "https://github.com/johnelse/ocaml-irc-client"
4+
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5+
dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6+
maintainer: "[email protected]"
7+
license: "MIT"
8+
build: [
9+
["dune" "build" "@install" "-p" name "-j" jobs]
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"dune" {>= "1.6"}
15+
"base-bytes"
16+
"result"
17+
"logs" {>= "0.5.0"}
18+
"base64" {>= "3.1.0"}
19+
"ounit" {with-test}
20+
"odoc" {with-doc}
21+
"ocaml"
22+
]
23+
synopsis: "IRC client library - core functionality"
24+
url {
25+
src:
26+
"https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz"
27+
checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538"
28+
}

0 commit comments

Comments
 (0)