-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
with this commit series, bistro is not compatible anymore with core pre-0.9
- Loading branch information
Showing
42 changed files
with
92 additions
and
658 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ _build | |
_bistro | ||
*.byte | ||
*.native | ||
.merlin | ||
bistro.install |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
open Core.Std | ||
open Core | ||
open Bistro_test | ||
|
||
let () = | ||
Command.group ~summary:"Bistro test app" [ | ||
|
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,13 @@ | ||
(jbuild_version 1) | ||
|
||
(executable | ||
((name bistro_demo) | ||
(modules (bistro_demo)) | ||
(libraries (bistro.bioinfo bistro.utils)) | ||
)) | ||
|
||
(executable | ||
((name bistro_test_app) | ||
(modules (bistro_test_app)) | ||
(libraries (bistro.bioinfo bistro_test bistro.utils)) | ||
)) |
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,7 @@ | ||
(jbuild_version 1) | ||
|
||
(library | ||
((name bistro_bioinfo) | ||
(public_name bistro.bioinfo) | ||
(libraries (bistro core)) | ||
)) |
Oops, something went wrong.