11
0

11 Commits

Author SHA256 Message Date
bb92c34044 Accepting request 1295174 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1295174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=6
2025-07-23 14:34:43 +00:00
bdb79e0930 Accepting request 1267451 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1267451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=5
2025-04-07 17:15:09 +00:00
8a27253cf8 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-crypton-connection revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton-connection?expand=0&rev=9
2025-04-02 21:00:54 +00:00
95fd53a13b Accepting request 1231433 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=4
2024-12-20 22:10:29 +00:00
20f7a9ef71 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-crypton-connection revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton-connection?expand=0&rev=7
2024-12-10 11:25:51 +00:00
e7f96a6e20 Accepting request 1188634 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1188634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=3
2024-07-22 15:16:15 +00:00
de0227c2ce osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-crypton-connection revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton-connection?expand=0&rev=5
2024-07-19 12:40:31 +00:00
f0626dfeec Accepting request 1146131 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1146131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=2
2024-02-12 17:58:31 +00:00
1e3e506e00 osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-crypton-connection revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton-connection?expand=0&rev=3
2024-02-05 22:00:55 +00:00
7b074ce005 Accepting request 1127006 from devel:languages:haskell
new submission

OBS-URL: https://build.opensuse.org/request/show/1127006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-crypton-connection?expand=0&rev=1
2023-11-23 20:39:34 +00:00
b9abbc42df osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-crypton-connection revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton-connection?expand=0&rev=1
2023-11-10 14:07:17 +00:00
4 changed files with 0 additions and 54 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:208be23bc910f8e5f9431995b9c011ed376bb947d79f74c8f51a5e4ecd9e991e
size 9054

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c98825ce395e6aed4550fefae7c8e7d6b5b4435f5ad57d12aad33fd356f82ae1
size 9322

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:247068c222a5feec66ada8d599bfc4a878bef2cac104636afbc7d5cae93ca491
size 9324

View File

@@ -1,45 +0,0 @@
Name: crypton-connection
Version: 0.3.2
x-revision: 1
Description:
Simple network library for all your connection need.
.
Features: Really simple to use, SSL/TLS, SOCKS.
.
This library provides a very simple api to create sockets
to a destination with the choice of SSL/TLS, and SOCKS.
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
Synopsis: Simple and easy network connections API
Build-Type: Simple
Category: Network
stability: experimental
Cabal-Version: >=1.10
Homepage: https://github.com/kazu-yamamoto/crypton-connection
extra-source-files: README.md
CHANGELOG.md
Library
Default-Language: Haskell2010
Build-Depends: base >= 3 && < 5
, basement
, bytestring
, containers
, data-default-class
, network >= 2.6.3
, tls >= 1.7 && <2.1.0
, socks >= 0.6
, crypton-x509 >= 1.5
, crypton-x509-store >= 1.5
, crypton-x509-system >= 1.5
, crypton-x509-validation >= 1.5
Exposed-modules: Network.Connection
Other-modules: Network.Connection.Types
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/kazu-yamamoto/crypton-connection