An open API service indexing awesome lists of open source software.

https://github.com/casm-lang/casm-lang.pkg.docker

CASM Docker Package Configuration, deployed to
https://github.com/casm-lang/casm-lang.pkg.docker

casm docker linux package x86-64

Last synced: 3 months ago
JSON representation

CASM Docker Package Configuration, deployed to

Awesome Lists containing this project

README

        

#
# Copyright (C) 2018-2024 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casm-lang.pkg.docker.
#
# casm-lang.pkg.docker 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.pkg.docker 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.pkg.docker. If not, see .
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]

#+options: toc:nil

* casm-lang.pkg.docker

This repository contains
the [[https://docker.com][Docker]]
package/bundle script and configuration,
which directly uses the pre-build binaries of
the current [[https://github.com/casm-lang/casm/releases][CASM release]].

** Installation

To install the CASM docker-based package you just have to
install [[https://docker.com][Docker]] itself and afterwards you directly can fetch the
automated build container image
from [[https://hub.docker.com/r/casmlang/casm][DockerHub]] via the command:

#+begin_src
docker pull casmlang/casm
#+end_src

** Copyright and License

The copyright holder of
=casm-lang.pkg.docker= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casm-lang.pkg.docker= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].