_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-git2rdata 0.5.0
Propagated dependencies: r-yaml@2.3.10 r-git2r@0.35.0 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://ropensci.github.io/git2rdata/
Licenses: GPL 3
Synopsis: Store and Retrieve Data.frames in a Git Repository
Description:

The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.

chicken5-git 0.2.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/git
Licenses: FreeBSD
Synopsis: libgit2 bindings
Description:

libgit2 bindings

guile2.0-git 0.9.0
Dependencies: guile@2.2.7 libgit2@1.8.4
Propagated dependencies: guile2.2-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://gitlab.com/guile-git/guile-git.git
Licenses: GPL 3+
Synopsis: Guile bindings for libgit2
Description:

This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.

guile2.2-git 0.9.0
Dependencies: guile@2.2.7 libgit2@1.8.4
Propagated dependencies: guile2.2-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://gitlab.com/guile-git/guile-git.git
Licenses: GPL 3+
Synopsis: Guile bindings for libgit2
Description:

This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.

ruby-hoe-git 1.6.0
Propagated dependencies: ruby-hoe@3.26.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/jbarnette/hoe-git
Licenses: Expat
Synopsis: Hoe plugins for tighter Git integration
Description:

This package provides a set of Hoe plugins for tighter Git integration. It provides tasks to automate release tagging and pushing and changelog generation.

guile-gitlab 0.2.1
Dependencies: bash-minimal@5.1.16 guile@2.2.7 guile2.2-json@4.7.3 guile2.2-lib@0.2.8 guile2.2-gnutls@4.0.0
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-gitlab
Licenses: GPL 3
Synopsis: Guile interface to GitLab
Description:

This package provides bindings to the GitLab Community Edition REST API as well as the gitlab-cli command line tool for interacting with a GitLab instance.

python-gitdb 4.0.2
Propagated dependencies: python-smmap@3.0.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/gitpython-developers/gitdb
Licenses: Modified BSD
Synopsis: Python implementation of the Git object database
Description:

GitDB allows you to access bare Git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint.

r-gittargets 0.0.7
Dependencies: git@2.49.0
Propagated dependencies: r-uuid@1.2-1 r-tibble@3.2.1 r-targets@1.8.0 r-processx@3.8.4 r-gert@2.1.4 r-data-table@1.16.2 r-cli@3.6.3 r-callr@3.7.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/gittargets/
Licenses: Expat
Synopsis: Data Version Control for the Targets Package
Description:

In computationally demanding data analysis pipelines, the targets R package (2021, <doi:10.21105/joss.02959>) maintains an up-to-date set of results while skipping tasks that do not need to rerun. This process increases speed and increases trust in the final end product. However, it also overwrites old output with new output, and past results disappear by default. To preserve historical output, the gittargets package captures version-controlled snapshots of the data store, and each snapshot links to the underlying commit of the source code. That way, when the user rolls back the code to a previous branch or commit, gittargets can recover the data contemporaneous with that commit so that all targets remain up to date.

julia-git-jll 2.36.1+2
Dependencies: git-minimal@2.49.0
Propagated dependencies: julia-jllwrappers@1.3.0 julia-expat-jll@2.2.10+0 julia-openssl-jll@1.1.1+2 julia-libiconv-jll@1.16.1+0 julia-zlib-jll@1.2.12+1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaBinaryWrappers/Git_jll.jl
Licenses: Expat
Synopsis: Git library wrappers
Description:

This package provides a wrapper for the git library.

gitoxide-core 0.39.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/GitoxideLabs/gitoxide
Licenses: Expat ASL 2.0
Synopsis: The library implementing all capabilities of the gitoxide CLI
Description:

This package provides the library implementing all capabilities of the gitoxide CLI.

python-gitlab 3.2.0
Propagated dependencies: python-requests@2.31.0 python-requests-toolbelt@1.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-gitlab/python-gitlab
Licenses: LGPL 3+
Synopsis: Interact with GitLab API
Description:

This package provides an extended library for interacting with GitLab instances through their API.

our-paint-git 0.4-1.189605d
Dependencies: lagui@5.3-198.ffa5f65 libpng@1.6.39 lcms@2.13.1
Channel: ngapsh
Location: pnkp/guix/packages/painting.scm (pnkp guix packages painting)
Home page: https://www.wellobserve.com/index.php?post=20221222155743
Licenses: GPL 3
Synopsis: Featureless but programmable painting program
Description:

Our Paint is a featureless but programmable painting program. Borderless canvas, nodes brushes, color management, wacom support, and more!

gemma-gn2-git 0.98.5-8cd4cdb
Dependencies: gsl@2.8 shunit2-old@2.0.4-60dd60b openblas@0.3.20 zlib@1.3
Channel: gn-bioinformatics
Location: gn/packages/gemma.scm (gn packages gemma)
Home page: https://github.com/genetics-statistics/GEMMA
Licenses: GPL 3
Synopsis: Tool for genome-wide efficient mixed model association
Description:

Genome-wide Efficient Mixed Model Association (GEMMA) provides a standard linear mixed model resolver with application in genome-wide association studies (GWAS).

gitlab-runner 17.9.0
Dependencies: git@2.49.0 bash@5.1.16
Channel: guix-hpc-non-free
Location: guix-hpc-non-free/packages/gitlab.scm (guix-hpc-non-free packages gitlab)
Home page: https://gitlab.com/gitlab-org/gitlab-runner
Licenses: Expat
Synopsis: Gitlab Runner
Description:

The official GitLab Runner written in Go. It runs tests and sends the results to GitLab. GitLab CI is the open-source continuous integration service included with GitLab that coordinates the testing.

vim-gitgutter 0.0.0-1.256702d
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/airblade/vim-gitgutter
Licenses: Expat
Synopsis: Vim plugin which shows a git diff in the sign column
Description:

A Vim plugin which shows a git diff in the sign column. It shows which lines have been added, modified, or removed. You can also preview, stage, and undo individual hunks; and stage partial hunks. The plugin also provides a hunk text object. The signs are always up to date and the plugin never saves your buffer.

rust-auth-git2 0.5.5
Dependencies: libgit2@1.8.4 libssh2@1.10.0 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/de-vri-es/auth-git2-rs
Licenses: FreeBSD
Synopsis: Authentication for `git2`
Description:

This package provides Authentication for `git2`.

rebar3-git-vsn 1.1.1
Dependencies: git-minimal@2.41.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/soranoba/rebar3_git_vsn
Licenses: Expat
Synopsis: Rebar3 plugin for generating the version from git
Description:

This plugin adds support for generating the version from a git checkout.

rust-git2-curl 0.20.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Libgit2 HTTP transport backend powered by @code{libcurl}
Description:

Backend for an HTTP transport in libgit2, powered by libcurl, which is intended to be used with the git2 crate.

rust-git2-curl 0.19.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Libgit2 HTTP transport backend powered by @code{libcurl}
Description:

Backend for an HTTP transport in libgit2, powered by libcurl, which is intended to be used with the git2 crate.

emacs-gitpatch 0.5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tumashu/gitpatch
Licenses: GPL 3+
Synopsis: Mail git patch from Emacs
Description:

emacs-gitpatch lets users easily send git patches, created by git format-patch, from magit, dired and ibuffer buffers.

texlive-gitlog 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitlog
Licenses: LPPL 1.3+
Synopsis: Typesetting @command{git} changelogs
Description:

This package allows git change log history to be incorporated into LaTeX documents; the log data is obtained from the Git distributed version control system.

emacs-git-link 0.9.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sshaw/git-link
Licenses: GPL 3+
Synopsis: Create links for files and commits in GitHub/GitLab/etc. repos
Description:

git-link returns the URL for the current buffer's file location at the current line number or active region. git-link-commit returns the URL for a commit. URLs are added to the kill ring.

guile-hall.git 0.4.1-0.cc0c901
Dependencies: bash-minimal@5.1.16 guile@3.0.9 guile-config@0.5.1 guile-lib@0.2.8
Propagated dependencies: guile-config@0.5.1
Channel: small-guix
Location: small-guix/packages/guile-xyz.scm (small-guix packages guile-xyz)
Home page: https://gitlab.com/a-sassmannshausen/guile-hall
Licenses: GPL 3+
Synopsis: Guile project tooling
Description:

Hall is a command-line application and a set of Guile libraries that allow you to quickly create and publish Guile projects. It allows you to transparently support the GNU build system, manage a project hierarchy & provides tight coupling to Guix.

This package tracks the master branch. It currently provides commit cc0c9016220de42084f9b61f7353edeb62dbff82.

Total results: 1754