This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 047cf32
1 parent b55fdb6 commit 047cf32 Copy full SHA for 047cf32
File tree 5 files changed +9
-3
lines changed
5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.9.9 (trunk):
2
+ * Fix uninstall target for Unix.
3
+
1
4
0.9.8 (07-Nov-2013):
2
5
* Add support for OCaml 4.01.0 in addition to the existing 4.00.1 runtime.
3
6
* Major refresh of the NS3 simulation backend, for latest APIs.
Original file line number Diff line number Diff line change 1
1
NAME=mirage
2
- VERSION=0.9.8
2
+ VERSION=0.9.9
3
3
DEPS="ipaddr cstruct lwt lwt.unix"
4
4
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
5
5
RUNTIME="ns3run"
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ build: _config
11
11
install :
12
12
./cmd install
13
13
14
+ uninstall :
15
+ ./cmd uninstall
16
+
14
17
doc : _config
15
18
./cmd doc
16
19
Original file line number Diff line number Diff line change 1
1
NAME=mirage
2
- VERSION=0.9.8
2
+ VERSION=0.9.9
3
3
DEPS="cstruct lwt lwt.unix tuntap ipaddr"
4
4
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
5
5
RUNTIME="unixrun"
Original file line number Diff line number Diff line change 1
1
NAME=mirage
2
- VERSION=0.9.8
2
+ VERSION=0.9.9
3
3
DEPS="lwt cstruct xenstore shared-memory-ring shared-memory-ring.lwt shared-memory-ring.xenstore shared-memory-ring.console ipaddr mirage-types"
4
4
SYNTAX_DEPS="lwt.syntax cstruct.syntax"
5
5
LIB="oS"
You can’t perform that action at this time.
0 commit comments