-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #66.
- Loading branch information
Showing
11 changed files
with
16 additions
and
30 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
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,4 +1,3 @@ | ||
(executable | ||
(name translate_entities) | ||
(libraries yojson) | ||
(flags (:standard -w +A))) | ||
(libraries yojson)) |
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,17 +1,14 @@ | ||
(executable | ||
(name dep_core) | ||
(modules dep_core) | ||
(libraries markup) | ||
(flags (:standard -w +A-48))) | ||
(libraries markup)) | ||
|
||
(executable | ||
(name dep_lwt) | ||
(modules dep_lwt) | ||
(libraries markup-lwt) | ||
(flags (:standard -w +A-48))) | ||
(libraries markup-lwt)) | ||
|
||
(executable | ||
(name dep_lwt_unix) | ||
(modules dep_lwt_unix) | ||
(libraries markup-lwt.unix) | ||
(flags (:standard -w +A-48))) | ||
(libraries markup-lwt.unix)) |
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,5 +1,4 @@ | ||
(executable | ||
(name test_js_of_ocaml) | ||
(modes js) | ||
(libraries markup markup-lwt) | ||
(flags (:standard -w +A-44))) | ||
(libraries markup markup-lwt)) |
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,23 +1,19 @@ | ||
(library | ||
(name performance_common) | ||
(modules performance_common) | ||
(libraries unix) | ||
(flags (:standard -w +A))) | ||
(libraries unix)) | ||
|
||
(executable | ||
(name performance_markup) | ||
(modules performance_markup) | ||
(libraries markup performance_common unix) | ||
(flags (:standard -w +A-48))) | ||
(libraries markup performance_common unix)) | ||
|
||
(executable | ||
(name performance_nethtml) | ||
(modules performance_nethtml) | ||
(libraries threads netstring performance_common) | ||
(flags (:standard -w +A-48))) | ||
(libraries threads netstring performance_common)) | ||
|
||
(executable | ||
(name performance_xmlm) | ||
(modules performance_xmlm) | ||
(libraries unix performance_common xmlm) | ||
(flags (:standard -w +A))) | ||
(libraries unix performance_common xmlm)) |
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,4 +1,3 @@ | ||
(library | ||
(name test_support) | ||
(libraries markup ounit2) | ||
(flags (:standard -w +A-44))) | ||
(libraries markup ounit2)) |
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