From 7967095022c4463b0ea8a5e22aafda65bc16f7d8 Mon Sep 17 00:00:00 2001 From: Easy Build <easybuild@login4.head.smc.salomon.it4i.cz> Date: Wed, 13 Feb 2019 12:45:04 +0100 Subject: [PATCH] Wed, 13 Feb 2019 12:45:03 +0100 --- uv2000.csv | 6 ++++++ uv2000.md | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/uv2000.csv b/uv2000.csv index 9d66a32d..3c346947 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -1 +1,7 @@ +binutils/2.27,4 +Bison/3.0.4,4 EasyBuild/3.8.1,4 +flex/2.6.3,4 +help2man/1.47.4,4 +M4/1.4.18,4 +zlib/1.2.11,4 diff --git a/uv2000.md b/uv2000.md index 9942d051..314b01d6 100644 --- a/uv2000.md +++ b/uv2000.md @@ -1,6 +1,32 @@ +## Compiler + +| Module | Description | +| ------ | ----------- | + +## Devel + +| Module | Description | +| ------ | ----------- | +| [M4](http://www.gnu.org/software/m4/m4.html) | GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc. | + +## Lang + +| Module | Description | +| ------ | ----------- | +| [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. | +| [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. | + +## Lib + +| Module | Description | +| ------ | ----------- | +| [zlib](http://www.zlib.net/) | zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. | + ## Tools | Module | Description | | ------ | ----------- | +| [binutils](http://directory.fsf.org/project/binutils/) | binutils: GNU binary utilities | | [EasyBuild](https://easybuilders.github.io/easybuild) | EasyBuild is a software build and installation framework written in Python that allows you to install software in a structured, repeatable and robust way. | +| [help2man](https://www.gnu.org/software/help2man/) | help2man produces simple manual pages from the '--help' and '--version' output of other commands. | -- GitLab