docs/research: package managers and languages
This commit is contained in:
parent
8713bec1a0
commit
7660ae0c9b
2 changed files with 37 additions and 5 deletions
35
src/docs/parts/research/research.tex
Normal file
35
src/docs/parts/research/research.tex
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
% // vim: set ft=tex:
|
||||||
|
|
||||||
|
|
||||||
|
\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/
|
|
@ -92,11 +92,8 @@
|
||||||
\include{introduction}
|
\include{introduction}
|
||||||
|
|
||||||
\part{Research}
|
\part{Research}
|
||||||
\chapter{Existing Package Managers}
|
\include{parts/research/research}
|
||||||
\section{Guix}
|
|
||||||
\begin{list}{-}{Guix Important Features}
|
|
||||||
\item `guix refresh` can update package sources according to defined updaters
|
|
||||||
\end{list}
|
|
||||||
\part{Development}
|
\part{Development}
|
||||||
\part{Conclusion}
|
\part{Conclusion}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue