Skip to content

Commit

Permalink
Merge pull request #2786 from vibe-d/vibe_inet
Browse files Browse the repository at this point in the history
Forward :inet, :crypto, :textfilter to the new vibe-inet package
  • Loading branch information
l-kramer authored Feb 17, 2024
2 parents 9c32939 + 05bf837 commit 74118e7
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 6,051 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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-inet`](https://github.com/vibe-d/vibe-inet): Internet standard functionality (URL, form encoding, HTML encoding, ...)
- [`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
8 changes: 2 additions & 6 deletions crypto/dub.sdl
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
name "crypto"
description "Cryptographic helper routines"
targetType "library"
dependency "vibe-core" version=">=2.8.1 <3.0.0-0"
dependency "mir-linux-kernel" version="~>1.0.0" platform="linux"
sourcePaths "."
importPaths "."
libs "advapi32" platform="windows"
dependency "vibe-inet:crypto" version=">=1.0.0-rc.1 <2.0.0-0"
targetType "none"
Loading

0 comments on commit 74118e7

Please sign in to comment.