Skip to content

Commit

Permalink
Remove piqic and piqicc and their references
Browse files Browse the repository at this point in the history
- piqic was superseded by piqic-ocaml
- piqicc was superseded by the new bootstrap procedure
  • Loading branch information
alavrik committed Jan 4, 2014
1 parent 69ff6cd commit 8b9a04f
Show file tree
Hide file tree
Showing 41 changed files with 22 additions and 4,866 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ INSTALLATION INSTRUCTIONS

make

4. Install "piqi" and "piqic" binaries (optional)
4. Install "piqi" binary

make install

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.ocaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ following command:
opam install piqi

This command will install the latest stable version of Piqi that includes `piqi`
and `piqic` executables and runtime libraries for OCaml.
and `piqic-ocaml` executables and runtime libraries for OCaml.

The latest development Piqi version can be installed by adding the following
OPAM repository as a remote before running `opam install piqi`.
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.windows
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ INSTALLATION INSTRUCTIONS

piqi-tools/piqi.exe

piqic/piqic.exe
piqic-ocaml/piqic-ocaml.exe

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ocaml-install: ocaml-uninstall
ocamlfind install piqi `ls $(PIQI_BUILD)/lib/ocaml/piqi/*`
$(MAKE) -C deps install
-install -d $(DESTDIR)$(PIQI_PREFIX)/bin
install piqic/piqic $(DESTDIR)$(PIQI_PREFIX)/bin
install piqic-ocaml/piqic-ocaml $(DESTDIR)$(PIQI_PREFIX)/bin


ocaml-uninstall:
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ Files
Makefile top-level Makefile
make/ makefiles and build scripts
deps/ third-party components (see NOTICE for details)
piqi-camlp4/ Piqi syntax extensions for OCaml
piqicc/ Piqi compiler compiler (used only during boostrap)
piqic/ Piq interface compiler(s) for OCaml
piqi-tools/ "piqi" command-line utility (piqi tools)
piqi Piqi self-specification
piqilib/ Piqi common library
piqilib/ Piqi common library used by piqi-tools and piqic-ocaml
piqi-tools/ "piqi" command-line utility (piqi tools)
piqi-camlp4/ Piqi syntax extensions for OCaml
piqic-ocaml/ Piq interface compiler(s) for OCaml
piqirun-ocaml/ Piqi runtime library for OCaml
examples/ examples
tests/ tests for various piqi functionality; see tests/README
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# "prefix" path for installing "piqi" and "piqic" executables
# "prefix" path for installing "piqi" and "piqic-ocaml" executables
PREFIX=/usr/local

# path for installing Piqi OCaml libraries. If not set, the ocamlfind
Expand Down
2 changes: 1 addition & 1 deletion examples/ocaml-piq-config/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

set -ex
piqic ocaml-ext --pp config.piqi
piqic-ocaml --multi-format --pp config.piqi
ocamlfind ocamlopt -package piqi.lib -c config_piqi.ml
ocamlfind ocamlopt -package piqi.lib -c config_piqi_ext.ml
ocamlfind ocamlopt -package piqi.lib -c config.ml
Expand Down
2 changes: 1 addition & 1 deletion examples/ocaml/addressbook.ocaml.piqi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% This is an extension for addressbook.proto.piqi module.
%
% This file will be automatically included by "piqic ocaml" when it loads
% This file will be automatically included by "piqic-ocaml" when it loads
% addressbook.proto.piqi
%
% After converting addressbook.proto to addressbook.proto.piqi, we need to add
Expand Down
2 changes: 1 addition & 1 deletion piqi-camlp4/META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires = "camlp4"
description = "Useful Camlp4 macro for dealing with OCaml types genereated by 'piqic ocaml'"
description = "Useful Camlp4 macro for dealing with OCaml types genereated by 'piqic-ocaml'"
archive(syntax,toploop) = "pa_labelscope.cmo pa_openin.cmo"
archive(syntax,preprocessor) = "pa_labelscope.cmo pa_openin.cmo"
33 changes: 0 additions & 33 deletions piqic/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions piqic/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions piqic/piqi-impl.piqi

This file was deleted.

43 changes: 0 additions & 43 deletions piqic/piqi-lang.ocaml.piqi

This file was deleted.

4 changes: 0 additions & 4 deletions piqic/piqi-lang.piqi

This file was deleted.

61 changes: 0 additions & 61 deletions piqic/piqi.ocaml-extensions.piqi

This file was deleted.

74 changes: 0 additions & 74 deletions piqic/piqi.ocaml.piqi

This file was deleted.

9 changes: 0 additions & 9 deletions piqic/piqi.piqi

This file was deleted.

Loading

0 comments on commit 8b9a04f

Please sign in to comment.