File: CITATION.cff

package info (click to toggle)
nix 2.32.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,140 kB
  • sloc: cpp: 99,127; sh: 10,241; perl: 689; yacc: 488; xml: 410; javascript: 383; lex: 333; ansic: 163; python: 135; sql: 56; makefile: 33; exp: 5; ruby: 1
file content (42 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cff-version: 1.2.0
title: Nix
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Eelco
    family-names: Dolstra
    email: edolstra@gmail.com
  - name: The Nix contributors
    website: 'https://github.com/NixOS/nix'
references:
  - title: The Purely Functional Software Deployment Model
    authors:
    - family-names: Dolstra
      given-names: Eelco
    year: 2006
    type: thesis
    thesis-type: PhD thesis
    isbn: 90-393-4130-3
    url: https://dspace.library.uu.nl/handle/1874/7540
    database-provider: Utrecht University Repository
    institution:
      name: Utrecht University
    keywords:
    - configuration management
    - software deployment
    - purely functional
    - component-based software engineering
repository-code: 'https://github.com/NixOS/nix'
url: 'https://nixos.org/'
abstract: >-
  Nix, a purely functional package manager, is a powerful
  package manager for Linux and other Unix systems that
  makes package management reliable and reproducible.
keywords:
  - reproducibility
  - open-source
  - c++
  - functional
license: LGPL-2.1