48 lines
967 B
TeX
48 lines
967 B
TeX
% // 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}
|
|
Spack (https://github.com/LLNL/spack) is a package manager written in Python.
|
|
|
|
\begin{description}
|
|
\item [Automatic Updates of Sources] {
|
|
}
|
|
\item [Closure] {
|
|
http://software.llnl.gov/spack/basic\_usage.html\#filesystem-views Yeah
|
|
}
|
|
\end{description}
|
|
|
|
\chapter{Languages Used For Packaging}
|
|
|
|
\section{Guile Scheme}
|
|
Guile implements Scheme and extends it with new features.
|
|
|
|
|
|
UX:https://logicgrimoire.wordpress.com/2012/08/25/a-first-guile-script/
|