Skip to content
Snippets Groups Projects
Commit 568e75e4 authored by Easy Build's avatar Easy Build
Browse files

Mon, 26 Feb 2018 07:45:06 +0100

parent 03df3d54
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,7 @@ cURL/7.53.1,2
cURL/7.53.1-GCCcore-6.3.0,2
cURL/7.56.1,2
cycler/0.10.0-Py-3.6,2
Cython/0.27.3-Py-3.6,2
dask/0.17.0-Py-3.6,2
DCW/1.1.2,2
DDT/4.2,2
......
......@@ -174,6 +174,7 @@
| [Anaconda3](https://www.continuum.io/anaconda-overview) | Built to complement the rich, open source Python community, the Anaconda platform provides an enterprise-ready data analytics platform that empowers companies to adopt a modern open data science analytics architecture. |
| [Bison](http://www.gnu.org/software/bison) | Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. |
| [byacc](http://invisible-island.net/byacc/byacc.html) | Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler. |
| [Cython](https://pypi.python.org/pypi/Cython/) | The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. |
| [flex](http://flex.sourceforge.net/) | Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. |
| [Java](http://java.com/) | Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers. |
| [libgdiplus](https://github.com/mono/libgdiplus) | An Open Source implementation of the GDI+ API. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment