diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2018-02-09 09:33:12 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2018-02-09 09:33:12 +0100 |
commit | 754713ed399110d5a199653a684d65cbe258bf5d (patch) | |
tree | 14f5eaf58abf3291cec7266c9fb5307403468175 | |
parent | 824f2987d47e87d58ee2a4a96d7be417aad6aeab (diff) |
Update dependencies
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ OCAMLBUILD ?= ocamlbuild
-PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith,base
+PACKAGES=dynlink,curses,camlzip,xmlm,text,str,menhirLib,zarith,base
PATHS=src,src/odf,src/tree,src/expressions
MENHIR=-use-menhir
@@ -18,7 +18,7 @@ stub: $(MAKE) -C stub LIB=$(LIB)
deps:
- opam install ocamlbuild curses camlzip ezxmlm ounit text menhir zarith base
+ opam install ocamlbuild curses camlzip xmlm ounit text menhir zarith base
byte: stub
$(OCAMLBUILD) -pkgs $(PACKAGES) $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS) main.byte
|