# nimlang for openEuler **Repository Path**: charlize/openEuler-nimlang ## Basic Information - **Project Name**: nimlang for openEuler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-19 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nim Language Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. ## Build Package To build a RPM package, create packaging scaffold with `rpmdev-setuptree` if it doesn't exist. Then copy nim-1.2.2.tar.xz ([upstream URL](https://nim-lang.org/download/nim-1.2.2.tar.xz)) to ~/rpmbuild/SOURCES, nim.spec to ~/rpmbuild/SPECS, and run: ``` rpmlint nim.spec rpmbuild -bs nim.spec rpmbuild -bb nim.spec ``` Verified on openEuler 20.03 (LTS), Jun 19, 2020.