-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split shark server code into sublibrary
- Loading branch information
1 parent
c922fca
commit 2d64b3a
Showing
10 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
(libraries | ||
eio_main | ||
shark | ||
shark.server | ||
lwt.unix | ||
obuilder | ||
logs.cli | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
(include_subdirs no) | ||
|
||
(rule | ||
(deps js/main.bc.js) | ||
(targets js.ml) | ||
(action | ||
(with-stdout-to | ||
js.ml | ||
(progn | ||
(echo "let editor_js = {js|") | ||
(run cat js/main.bc.js) | ||
(echo "|js}"))))) | ||
|
||
(library | ||
(name shark_server) | ||
(public_name shark.server) | ||
(libraries shark cohttp-eio)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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