forked from mirage/ocaml-vchan
-
Notifications
You must be signed in to change notification settings - Fork 0
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 mirage#129 from hannesm/no-result
remove result dependency (ocaml >= 4.04 is required anyways)
- Loading branch information
Showing
5 changed files
with
1 addition
and
5 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(library | ||
(name vchan) | ||
(public_name vchan) | ||
(libraries lwt cstruct io-page mirage-flow-lwt result xenstore.client sexplib) | ||
(libraries lwt cstruct io-page mirage-flow-lwt xenstore.client sexplib) | ||
(c_names vchan_stubs) | ||
(preprocess (pps ppx_sexp_conv ppx_cstruct -no-check))) |
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 |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
open S | ||
open Sexplib.Std | ||
open Lwt | ||
open Result | ||
|
||
let ( >>= ) = Lwt.bind | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,6 @@ depends: [ | |
"xen-gnt-unix" | ||
"sexplib" | ||
"cmdliner" | ||
"result" | ||
"ounit" {with-test} | ||
] | ||
build: [ | ||
|
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