Crossword editor
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
opam
src
.gitignore
.merlin
LICENSE
Makefile
README.md
_oasis
_oasis_remove_.ml
_tags
configure
crosspad.install
myocamlbuild.ml
run_test.sh
setup.ml

README.md

Crossword grid manipulation library and file format converter.

Install via

  opam pin add crosspad git://github.com/martindemello/crosspad.git

See src/frontend for examples of library usage.

Executables usage:

xwconvert command line tool:

$ xwconvert -f <from-format> -t <to-format> -i <input file> -o <output file>

Available formats are displayed via

$ xwconvert -l

crosspad file viewer (currently acrosslite binary files only):

$ crosspad <filename>