Skip to content

Commit

Permalink
Merge pull request #8 from jonludlam/stdext-pack
Browse files Browse the repository at this point in the history
Use packed stdext
  • Loading branch information
johnelse authored Jun 22, 2016
2 parents 24e7b42 + 0cb691e commit d4f2967
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7,434 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.1 (22-Jun-2016)
* Use Stdext-2.0.0

0.10.0 (4-Apr-2015)
* add `Stats.reqs_outstanding`
* add an opam file for ease of development
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: tapctl
Version: 0.10.0
Version: 1.0.1
Synopsis: Tapdisk control utility
License: LGPL-2.1 with OCaml linking exception
Authors: various
Expand Down
22 changes: 0 additions & 22 deletions _tags
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
1 change: 1 addition & 0 deletions lib/tapctl.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
open Stdext
open Listext
open Threadext
open Forkhelpers
Expand Down
Loading

0 comments on commit d4f2967

Please sign in to comment.