Skip to content

Commit fe3c85e

Browse files
committed
Update to the new name io:system:ocaml
1 parent 9029efe commit fe3c85e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
description = "Unix effects for Coq extracted programs."
2-
archive(byte) = "ioEffectsUnix.cma"
3-
archive(native) = "ioEffectsUnix.cmxa"
1+
description = "Coq system effects for extraction to OCaml."
2+
archive(byte) = "ioSystem.cma"
3+
archive(native) = "ioSystem.cmxa"
44
version = "dev"
55
requires = "lwt lwt.unix"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# IO Effects for Unix (extraction)
2-
Unix effects for Coq extracted programs.
1+
# IO Effects
2+
Coq system effects for extraction to [OCaml](http://ocaml.org/).
33

44
## Use
5-
See the [io-effects-unix](https://github.com/clarus/io-effects-unix) project.
5+
See the [io-system](https://github.com/clarus/io-system) project.

ioEffectsUnix.mllib

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

ioSystem.mllib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IoSystem

0 commit comments

Comments
 (0)