https://github.com/casm-lang/casm-lang.container.linux
Linux C++ Build Environment
https://github.com/casm-lang/casm-lang.container.linux
Last synced: 3 months ago
JSON representation
Linux C++ Build Environment
- Host: GitHub
- URL: https://github.com/casm-lang/casm-lang.container.linux
- Owner: casm-lang
- License: other
- Created: 2017-11-27T16:23:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T00:49:45.000Z (over 2 years ago)
- Last Synced: 2025-01-08T17:00:04.130Z (5 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/casmlang/container.linux
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
#
# Copyright (C) 2017-2022 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casm-lang.container.linux.
#
# casm-lang.container.linux is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# casm-lang.container.linux is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with casm-lang.container.linux. If not, see .
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]#+options: toc:nil
* Linux C++ Build Environment
Provides a =Dockerfile= which creates a C++ build environment for Linux,
which is pushed after a successful build automatically to
https://hub.docker.com/r/casmlang/container.linux.** Status [[https://github.com/casm-lang/casm-lang.container.linux/actions][https://github.com/casm-lang/casm-lang.container.linux/workflows/build/badge.svg]]
The docker container provides a C++ development environment with the following tools:
=sh=, =bash=, =make=, =cmake=, =flex=, =bison=, =gcc=, =clang=, and =emcc=.** Copyright and License
The copyright holder of
=casm-lang.container.linux= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casm-lang.container.linux= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].