Ignore more outputs

This commit is contained in:
heyarne 2022-08-30 20:31:02 +02:00
commit 4e08b0da7d
222 changed files with 3 additions and 4905 deletions

View file

@ -1,17 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/address-info.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/address-info.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/address-info.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/address-info.import.so")
(version "1.0.5")
(category net)
(synopsis "Network address information access")
(license "BSD")
(author "Thomas Chust")
(version "1.0.5")
(dependencies srfi-1)
(test-dependencies test)
(components
(extension
address-info
(cond-expand (windows (csc-options -L -lws2_32)) (else)))))

Binary file not shown.

View file

@ -1 +0,0 @@
(srfi-1)

Binary file not shown.

Binary file not shown.

View file

@ -1,13 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/base64.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/base64.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/base64.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/base64.import.so")
(version "1.0")
(synopsis "Encoding and decoding of base64 strings")
(category parsing)
(license "BSD")
(dependencies srfi-13)
(test-dependencies test)
(author "James Bailey, Jim Ursetto")
(components (extension base64)))

Binary file not shown.

View file

@ -1 +0,0 @@
(srfi-13)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,12 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/compile-file.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/compile-file.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/compile-file.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/compile-file.types"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/compile-file.import.so")
(version "1.3")
(synopsis "Programmatic compiler invocation")
(author "The CHICKEN Team")
(license "BSD")
(category misc)
(components (extension compile-file (types-file (predefined)))))

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

View file

@ -1,2 +0,0 @@
(compile-file#compile-file (#(procedure #:clean #:enforce) compile-file#compile-file (string #!rest) (or false string)))
(compile-file#compile-file-options (#(procedure #:clean #:enforce) compile-file#compile-file-options (#!optional (list-of string)) (list-of string)))

View file

@ -1,13 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/defstruct.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/defstruct.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/defstruct.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/defstruct.import.so")
(version "2.0")
(synopsis "A more convenient form of define-record")
(author "Dorai Sitaram")
(category data)
(license "BSD")
(test-dependencies test)
(dependencies srfi-1)
(components (extension defstruct)))

Binary file not shown.

View file

@ -1 +0,0 @@
(srfi-1)

Binary file not shown.

Binary file not shown.

View file

@ -1,21 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/http-client.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/http-client.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/http-client.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/http-client.import.so")
(version "1.2.1")
(synopsis "High-level HTTP client library")
(author "Peter Bex")
(category net)
(license "BSD")
(dependencies
intarweb
uri-common
simple-md5
sendfile
srfi-1
srfi-13
srfi-18
srfi-69)
(test-dependencies test)
(components (extension http-client (csc-options "-O3"))))

Binary file not shown.

View file

@ -1 +0,0 @@
(sendfile simple-md5 uri-common intarweb srfi-69 srfi-18 srfi-13 srfi-1)

Binary file not shown.

Binary file not shown.

View file

@ -1,17 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/intarweb.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/intarweb.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/intarweb.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/intarweb.import.so")
(version "2.0.2")
(synopsis "A more convenient HTTP library")
(author "Peter Bex")
(category web)
(license "BSD")
(dependencies srfi-1 srfi-13 srfi-14 defstruct uri-common base64)
(test-dependencies test)
(components
(extension
intarweb
(csc-options "-O3" "-d0")
(source-dependencies "intarweb.scm" "header-parsers.scm"))))

Binary file not shown.

View file

@ -1 +0,0 @@
(defstruct uri-common base64 srfi-14 srfi-13 srfi-1)

Binary file not shown.

Binary file not shown.

View file

@ -1,12 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/iset.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/iset.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/iset.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/iset.import.so")
(version "2.2")
(category data)
(synopsis "Integer sets")
(license "BSD")
(author "Alex Shinn")
(test-dependencies test)
(components (extension iset)))

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

View file

@ -1,12 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/matchable.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/matchable.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/matchable.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/matchable.import.so")
(version "1.1")
(synopsis "Hygienic MATCH replacement")
(license "Public Domain")
(category lang-exts)
(author "Alex Shinn")
(test-dependencies test)
(components (extension matchable)))

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

View file

@ -1,12 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/memory-mapped-files.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/memory-mapped-files.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/memory-mapped-files.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/memory-mapped-files.types"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/memory-mapped-files.import.so")
(version "0.4")
(synopsis "Memory-mapped file access for UNIX and Windows")
(category misc)
(license "BSD")
(author "The CHICKEN Team, Windows support by \"rivo\"")
(components (extension memory-mapped-files (types-file (predefined)))))

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

View file

@ -1,8 +0,0 @@
(memory-mapped-files#map-file-to-memory (#(procedure #:clean #:enforce) memory-mapped-files#map-file-to-memory (* fixnum fixnum fixnum fixnum #!optional fixnum) (struct mmap)))
(memory-mapped-files#map/anonymous fixnum)
(memory-mapped-files#map/file fixnum)
(memory-mapped-files#map/fixed fixnum)
(memory-mapped-files#map/private fixnum)
(memory-mapped-files#map/shared fixnum)
(memory-mapped-files#memory-mapped-file-pointer (#(procedure #:clean #:enforce) memory-mapped-files#memory-mapped-file-pointer ((struct mmap)) pointer))
(memory-mapped-files#memory-mapped-file? (#(procedure #:clean #:predicate (struct mmap)) memory-mapped-files#memory-mapped-file? (*) boolean))

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1 +0,0 @@
()

Binary file not shown.

Binary file not shown.

View file

@ -1,45 +0,0 @@
((installed-files
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.import.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.cipher.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.cipher.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.cipher.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.cipher.import.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.digest.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.digest.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.digest.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.digest.import.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.random.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.random.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.random.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.random.import.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.socket.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.socket.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.socket.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.socket.import.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.version.o"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.version.link"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.version.so"
"/home/arne/dev/wtf.nein.seizethemeans/.eggs/openssl.version.import.so")
(version "2.2.4")
(synopsis "Bindings to the OpenSSL SSL/TLS library")
(author "Thomas Chust")
(maintainer "Vasilij Schneidermann")
(license "BSD")
(category net)
(dependencies srfi-1 srfi-13 srfi-18 address-info)
(test-dependencies http-client server-test spiffy test uri-common)
(foreign-dependencies "openssl-1.1.0")
(component-options (csc-options "-O3" "-d1"))
(components
(extension
openssl
(custom-build "build-openssl")
(component-dependencies openssl.socket))
(extension openssl.cipher (custom-build "build-openssl"))
(extension openssl.digest (custom-build "build-openssl"))
(extension openssl.random (custom-build "build-openssl"))
(extension openssl.socket (custom-build "build-openssl"))
(extension openssl.version (custom-build "build-openssl"))))

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more