msc-thesis/src/docs/parts/research/research.tex

52 lines
1.1 KiB
TeX
Raw Normal View History

% // vim: set ft=tex:
\chapter{Criteria}
\section{Installation and Update Mechanism}
\subsection{Security Updates}
\section{Usability}
\section{Support}
\section{Package Repositories}
\chapter{Available Package Managers}
\section{Portage}
\section{Nix}
\section{Guix}
\textbf{Feature}
\begin{description}
\item [Automatic Updates of Sources] {
`guix refresh` can update package sources according to defined updaters
}
\end{description}
\section{Spack}
2016-09-07 17:04:23 +02:00
Spack (\url{https://github.com/LLNL/spack}) is a package manager written in Python.
\begin{description}
\item [Automatic Updates of Sources] {
2016-09-07 17:04:23 +02:00
}
\item [Closure] {
2016-09-07 17:04:23 +02:00
Explained on the website \url{http://software.llnl.gov/spack/basic_usage.html\#filesystem-views}
}
\end{description}
\chapter{Languages Used For Packaging}
\section{Guile Scheme}
Guile implements Scheme and extends it with new features.
\chapter{Abstraction of \gls{apcr} and \gls{apci}}
\label{chap:research-abstract-acpr-apci}
2016-09-07 17:04:23 +02:00
UX: \url{https://logicgrimoire.wordpress.com/2012/08/25/a-first-guile-script}