-
Notifications
You must be signed in to change notification settings - Fork 9
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 #8 from jonludlam/stdext-pack
Use packed stdext
- Loading branch information
Showing
7 changed files
with
15 additions
and
7,434 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 42e3b1ca43d1035ed08568034394eaaa) | ||
# Ignore VCS directories, you can use the same kind of rule outside | ||
# OASIS_START/STOP if you want to exclude directories that contains | ||
# useless stuff for the build process | ||
true: annot, bin_annot | ||
<**/.svn>: -traverse | ||
<**/.svn>: not_hygienic | ||
".bzr": -traverse | ||
".bzr": not_hygienic | ||
".hg": -traverse | ||
".hg": not_hygienic | ||
".git": -traverse | ||
".git": not_hygienic | ||
"_darcs": -traverse | ||
"_darcs": not_hygienic | ||
# Library tapctl | ||
"lib/tapctl.cmxs": use_tapctl | ||
<lib/*.ml{,i,y}>: pkg_forkexec | ||
<lib/*.ml{,i,y}>: pkg_rpclib | ||
<lib/*.ml{,i,y}>: pkg_rpclib.syntax | ||
<lib/*.ml{,i,y}>: pkg_stdext | ||
<lib/*.ml{,i,y}>: pkg_threads | ||
# OASIS_STOP | ||
<lib/*.ml{,i}>: syntax_camlp4o |
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,3 +1,4 @@ | ||
open Stdext | ||
open Listext | ||
open Threadext | ||
open Forkhelpers | ||
|
Oops, something went wrong.