path: root/gnu/build
ModeNameSize
-rw-r--r--accounts.scm21568logplainabout
-rw-r--r--activation.scm13468logplainabout
-rw-r--r--bootloader.scm4324logplainabout
-rw-r--r--chromium-extension.scm8341logplainabout
-rw-r--r--cross-toolchain.scm7936logplainabout
-rw-r--r--file-systems.scm35825logplainabout
-rw-r--r--hurd-boot.scm12032logplainabout
-rw-r--r--image.scm12418logplainabout
-rw-r--r--install.scm10788logplainabout
-rw-r--r--linux-boot.scm25458logplainabout
-rw-r--r--linux-container.scm15765logplainabout
-rw-r--r--linux-initrd.scm6026logplainabout
-rw-r--r--linux-modules.scm27486logplainabout
-rw-r--r--locale.scm3625logplainabout
-rw-r--r--marionette.scm13630logplainabout
-rw-r--r--secret-service.scm7107logplainabout
-rw-r--r--shepherd.scm9063logplainabout
-rw-r--r--svg.scm2844logplainabout
-rw-r--r--vm.scm19795logplainabout
datatype/tags/" version)) (revision 39266) (user-name "anonymous") (password ""))) (file-name (string-append "chicken-datatype-" version "-checkout")) (sha256 (base32 "1a58q8ypjkjz6wdv25247wixds4179239d36nnvsfn6gp70s9jfq")))) (build-system chicken-build-system) (arguments '(#:egg-name "datatype")) (inputs (list chicken-srfi-1 chicken-test)) (home-page "https://wiki.call-cc.org/eggref/5/datatype") (synopsis "Facility for creating and using variant records") (description "This CHICKEN Scheme library provides a facility for creating and using variant records, as described in the book @i{Essentials of Programming Languages} by Friedman, Wand, and Haynes.") (license license:bsd-3))) (define-public chicken-iset (package (name "chicken-iset") (version "2.2") (source (origin (method svn-fetch) (uri (svn-reference (url (string-append "https://code.call-cc.org/svn/chicken-eggs/" "release/5/iset/tags/" version)) (revision 39057) (user-name "anonymous") (password ""))) (file-name (string-append "chicken-iset-" version "-checkout")) (sha256 (base32 "0gz50n5i561n5sk9prry0lrxz6bfrq9if5bclaq6a0f7lzinhnzb")))) (inputs (list chicken-test)) (build-system chicken-build-system) (arguments '(#:egg-name "iset")) (synopsis "Integer set library") (home-page "https://wiki.call-cc.org/eggref/5/iset") (description "This ``integer set'' CHICKEN Scheme library implements bit vectors. Bit-vectors provide an abstract interface to bitwise operations typically done with integers.") (license license:bsd-3))) (define-public chicken-test (package (name "chicken-test") (version "1.1") (source (origin (method svn-fetch) (uri (svn-reference (url (string-append "https://code.call-cc.org/svn/chicken-eggs/" "release/5/test/tags/" version)) (revision 39263) (user-name "anonymous") (password ""))) (file-name (string-append "chicken-test-" version "-checkout")) (sha256 (base32 "14i91cxsn6hjkx6kqf7i9syck73cw71jik61jmhg87vpxx5kfnzx")))) (build-system chicken-build-system) (arguments '(#:egg-name "test")) (home-page "https://wiki.call-cc.org/eggref/5/test") (synopsis "Yet another testing utility") (description "This package provides a simple testing utility for CHICKEN Scheme.") (license license:bsd-3))) (define-public chicken-crypto-tools (package (name "chicken-crypto-tools") (version "1.4") (source (origin (method url-fetch) (uri (egg-uri "crypto-tools" version)) (sha256 (base32 "0ajf0qfnhp99f4x1dll2fhlxrsxamgrrwyksc7rrym77xmv8f1pd")))) (build-system chicken-build-system) (arguments '(#:egg-name "crypto-tools")) (home-page "https://wiki.call-cc.org/egg/crypto-tools") (synopsis "Useful cryptographic primitives") (description "The crypto-tools egg implements useful cryptographic primitives. More specifically, provided are: @itemize @item binary blobs @itemize @item marshallers to and from hex strings @item blob xor @item blob padding using either PKCS#5 or ISO7816-4 @end itemize @item Block cipher modes of operation @itemize @item CBC with or without incorporated encrypted IV in the ciphertext @item CTR with or without incorporated IV in the ciphertext @end itemize @end itemize") (license license:bsd-3)))