Skip to content

Commit 80d2336

Browse files
Merge pull request xapi-project#14 from jonludlam/smapiv3
v2.0.0
2 parents 5b5e4e8 + 3e44db2 commit 80d2336

File tree

12 files changed

+62
-7667
lines changed

12 files changed

+62
-7667
lines changed

.merlin

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PKG threads uuidm unix fd-send-recv bigarray xapi-backtrace
2+
S lib
3+
B _build/lib

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.0 (22-Jun-2016):
2+
* Namespace everything under Stdext. This is a backwards incompatible change.
3+
14
0.13.0 (20-Nov-2014):
25
* Depend on Backtrace from xapi-backtrace
36
* Add an opam file

Makefile

Lines changed: 0 additions & 41 deletions
This file was deleted.

_oasis

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: stdext
3-
Version: 0.13.0
3+
Version: 2.0.0
44
Synopsis: Standard extension library
55
License: LGPL-2.1 with OCaml linking exception
66
Authors: various
@@ -10,8 +10,48 @@ Plugins: DevFiles (0.3), META (0.3)
1010

1111
Library stdext
1212
Path: lib
13-
Modules: Arrayext, Base64, Bigbuffer, Config, Date, Either, Encodings, ExtentlistSet, Filenameext, Fring, Fun, Hashtblext, Int64ext, LazyList, Listext, Mapext, Monad, Opt, Pervasiveext, Qring, Range, Ring, Xstringext, Threadext, Trie, Unixext, VIO, Zerocheck
14-
CSources: blkgetsize_stubs.c, unixext_open_stubs.c, unixext_stubs.c, unixext_write_stubs.c, zerocheck_stub.c
15-
BuildDepends: threads, uuidm, unix, fd-send-recv, bigarray, sexplib, sexplib.syntax, xapi-backtrace
16-
13+
FindlibName: stdext
14+
Pack: true
15+
Modules:
16+
Arrayext,
17+
Base64,
18+
Bigbuffer,
19+
Config,
20+
Date,
21+
Either,
22+
Encodings,
23+
ExtentlistSet,
24+
Filenameext,
25+
Fring,
26+
Fun,
27+
Hashtblext,
28+
Int64ext,
29+
LazyList,
30+
Listext,
31+
Mapext,
32+
Monad,
33+
Opt,
34+
Pervasiveext,
35+
Qring,
36+
Range,
37+
Ring,
38+
Xstringext,
39+
Threadext,
40+
Trie,
41+
Unixext,
42+
VIO,
43+
Zerocheck
44+
CSources:
45+
blkgetsize_stubs.c,
46+
unixext_open_stubs.c,
47+
unixext_stubs.c,
48+
unixext_write_stubs.c,
49+
zerocheck_stub.c
50+
BuildDepends:
51+
threads,
52+
uuidm,
53+
unix,
54+
fd-send-recv,
55+
bigarray,
56+
xapi-backtrace
1757

_tags

Lines changed: 0 additions & 68 deletions
This file was deleted.

configure

Lines changed: 0 additions & 27 deletions
This file was deleted.

lib/META

Lines changed: 0 additions & 13 deletions
This file was deleted.

lib/stdext.mldylib

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/stdext.mllib

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)