-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #692 from dinosaure/conduit-3.0.0
Conduit 3.0.0
- Loading branch information
Showing
71 changed files
with
1,047 additions
and
460 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
version = 0.15.0 | ||
disable = true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(executables | ||
(names cohttp_curl_async cohttp_server_async) | ||
(package cohttp-async) | ||
(public_names cohttp-curl-async cohttp-server-async) | ||
(libraries cohttp-async async_kernel async.async_command async_unix base | ||
cohttp cohttp_server fmt.tty)) | ||
(names cohttp_curl_async cohttp_server_async) | ||
(package cohttp-async) | ||
(public_names cohttp-curl-async cohttp-server-async) | ||
(libraries cohttp-async async_kernel async.async_command async_unix base | ||
cohttp cohttp_server fmt.tty)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(library | ||
(name cohttp_async) | ||
(synopsis "Async backend") | ||
(public_name cohttp-async) | ||
(libraries logs.fmt base fmt async_unix async_kernel uri | ||
uri.services uri-sexp ipaddr.unix conduit-async magic-mime cohttp) | ||
(preprocess (pps ppx_sexp_conv))) | ||
(name cohttp_async) | ||
(synopsis "Async backend") | ||
(public_name cohttp-async) | ||
(libraries logs.fmt base fmt async_unix async_kernel uri uri.services | ||
uri-sexp ipaddr.unix conduit-async conduit-async-ssl magic-mime cohttp) | ||
(preprocess | ||
(pps ppx_sexp_conv))) |
Oops, something went wrong.