Skip to content

Commit

Permalink
Merge pull request #2785 from vibe-d/vibe_stream
Browse files Browse the repository at this point in the history
Switch to the new vibe-stream package
  • Loading branch information
l-kramer authored Feb 17, 2024
2 parents 0a6e71c + 5a00b04 commit 9c32939
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 6,808 deletions.
112 changes: 0 additions & 112 deletions .github/workflows/openssl.yml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Project structure
The vibe.d project is structured into multiple repositories:

- `vibe-d` (this repository): The high level web and REST framework, HTTP, STMP and Redis/MongoDB functionality
- [`vibe-stream`](https://github.com/vibe-d/vibe-stream): Advanced stream types and TLS stream support
- [`vibe-core`](https://github.com/vibe-d/vibe-core): Fiber based I/O and concurrency implementation
- [`vibe-serialization`](https://github.com/vibe-d/vibe-serialization): Serialization and structured data format support
- [`vibe-container`](https://github.com/vibe-d/vibe-container): Container implementations used throughout the project
Expand Down
2 changes: 0 additions & 2 deletions run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ if [[ $PARTS =~ (^|,)unittests(,|$) ]]; then
dub test :utils --compiler=$DC $DUB_ARGS
dub test :http --compiler=$DC $DUB_ARGS
dub test :mail --compiler=$DC $DUB_ARGS
dub test :stream --compiler=$DC $DUB_ARGS
dub test :crypto --compiler=$DC $DUB_ARGS
dub test :tls --compiler=$DC $DUB_ARGS
dub test :textfilter --compiler=$DC $DUB_ARGS
dub test :inet --compiler=$DC $DUB_ARGS
dub clean --all-packages
Expand Down
12 changes: 1 addition & 11 deletions stream/dub.sdl
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
name "stream"
description "Library of various pluggable stream implementations"

dependency "vibe-core" version=">=2.8.1 <3.0.0-0"
dependency "vibe-container" version=">=1.2.2 <3.0.0-0"

targetType "library"
sourcePaths "."
importPaths "."


// LDC 1.0.0 doesn't include libz in libphobos
libs "z" platform="posix-ldc"
libs "z" platform="gdc"
dependency "vibe-stream" version=">=1.0.0-rc.1 <2.0.0-0"
212 changes: 0 additions & 212 deletions stream/vibe/stream/base64.d

This file was deleted.

Loading

0 comments on commit 9c32939

Please sign in to comment.