slackbuilds/libraries/libixion
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
README
libixion.SlackBuild libraries/libixion: Updated for version 0.16.1. 2020-10-31 11:15:45 +07:00
libixion.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc

README

The goal of this project is to create a library for calculating the
results of formula expressions stored in multiple named targets, or
"cells".  The cells can be referenced from each other, and the library
takes care of resolving their dependencies automatically upon
calculation. The caller can run the calculation routine either in a
single-threaded mode, or a multi-threaded mode.  The library also
supports re-calculations where the contents of one or more cells have
been modified since the last calculation, and a partial calculation of
only the affected cells need to be calculated.