id int64 0 45.1k | file_name stringlengths 4 68 | file_path stringlengths 14 193 | content stringlengths 32 9.62M | size int64 32 9.62M | language stringclasses 1
value | extension stringclasses 6
values | total_lines int64 1 136k | avg_line_length float64 3 903k | max_line_length int64 3 4.51M | alphanum_fraction float64 0 1 | repo_name stringclasses 779
values | repo_stars int64 0 882 | repo_forks int64 0 108 | repo_open_issues int64 0 90 | repo_license stringclasses 8
values | repo_extraction_date stringclasses 146
values | sha stringlengths 64 64 | __index_level_0__ int64 0 45.1k | exdup_ids_cmlisp_stkv2 listlengths 1 47 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43,018 | bundle.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/toolchain/bundle.lisp | ;;;; -------------------------------------------------------------------------
;;;; ASDF-Bundle
(uiop/package:define-package :asdf/bundle
(:recycle :asdf/bundle :asdf)
(:use :uiop/common-lisp :uiop :asdf/upgrade
:asdf/component :asdf/system :asdf/find-system :asdf/find-component :asdf/operation
:asdf/action ... | 27,846 | Common Lisp | .lisp | 495 | 47.981818 | 180 | 0.654338 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | eff56efdd54015509a6074e58f04c235f65c95e06554cddb1c24fc00cd691d3c | 43,018 | [
330291
] |
43,019 | uffi-compat.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/uffi-compat/uffi-compat.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; uffi-compat.lisp --- UFFI compatibility layer for CFFI.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person... | 22,715 | Common Lisp | .lisp | 577 | 32.636049 | 81 | 0.636566 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 61f6ae905ea9261de31fad7103a804c3df7e0add13f6cb3ac4eedb0a0525bd36 | 43,019 | [
370619
] |
43,020 | test-cl-json.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/test-cl-json.lisp | (defpackage testing-cl-json
(:use common-lisp))
(in-package :testing-cl-json)
(require :asdf)
(asdf:initialize-source-registry '(:source-registry (:directory :here)
:inherit-configuration))
(defun leave-lisp (message return)
(fresh-line *error-output*)
(when message
(f... | 1,975 | Common Lisp | .lisp | 49 | 32.081633 | 88 | 0.591762 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 970671e03ab740997c00b6bb294101d07ea3da7f08e6eab69100a06eb3b742bb | 43,020 | [
212685
] |
43,021 | compile-cl-json.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/compile-cl-json.lisp | (defpackage compile-cl-json
(:use :common-lisp))
(in-package :compile-cl-json)
(require :asdf)
(asdf:initialize-source-registry '(:source-registry (:directory :here)
:inherit-configuration))
(declaim (optimize (speed 3) (space 3)))
(defun leave-lisp (message return)
(fresh-... | 1,726 | Common Lisp | .lisp | 42 | 31.809524 | 94 | 0.58159 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c646104efa248ab451004c2aa809219356b890c2d7a81d6f0639f1fbc9a48e74 | 43,021 | [
44282
] |
43,022 | package.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/package.lisp | ;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; Package: CL-USER -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(defpackage :json
(:nicknames :cl-json)
(:use :common-lisp)
(:export
;; common.lisp
#:with-shadowed... | 3,766 | Common Lisp | .lisp | 144 | 21.673611 | 77 | 0.662791 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | b4895ac19a2dc412ae1901ae58e7f2b50bf8760628ed6b309b60bda0c89aeb6c | 43,022 | [
400896
] |
43,023 | json-rpc.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/json-rpc.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10 ; Package: JSON-RPC -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; Modifications copyright (c) 2009 by Robert P. Goldman and SIFT, LLC.
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json-rpc)
;; http://j... | 14,959 | Common Lisp | .lisp | 306 | 37.545752 | 135 | 0.537962 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 0a284597469207db91e0b66ad188a9fc68bbf2a668b566cd09d5a076a3065c98 | 43,023 | [
56753
] |
43,024 | objects.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/objects.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
(defvar *class-registry* nil
"A list of anonymous fluid classes, one member for every distin... | 15,166 | Common Lisp | .lisp | 316 | 39.905063 | 76 | 0.658657 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | b45fed8f4a046e8ef5a7903473978ba2ff7f9a1215c43a6db812cda50d74b640 | 43,024 | [
408698
] |
43,025 | encoder.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/encoder.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; Copyright (c) 2008 Hans Hübner (marked parts)
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
(defvar *json-output* (make-synonym-stream ... | 17,153 | Common Lisp | .lisp | 373 | 38.453083 | 75 | 0.648153 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 8a090b7d7d434779d395e63ecbd6a4c2a05772c9e41463955b2e0964697543aa | 43,025 | [
17953
] |
43,026 | utils.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/utils.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
(defun range-keys (var-keys)
(loop for var-key in var-keys
for (primary-key . subkey) =... | 6,053 | Common Lisp | .lisp | 137 | 33.992701 | 83 | 0.513198 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 7df4efaae27908636d9d5ad327bb2f490bc62c63ff8821a0b6f3af72117cdb1a | 43,026 | [
187543
] |
43,027 | decoder-args.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/decoder-args.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
(in-package :json)
;;; Custom variables
(eval-when (:compile-toplevel :load-toplevel :execute)
(defvar *custom-vars* nil)
(defmacro with-shadowed-custom-vars (&body body)
`(let ,(loop for (var) in *custom-vars*
collect `(,var (... | 22,404 | Common Lisp | .lisp | 506 | 32.563241 | 76 | 0.553652 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | aca141ba8a74e2a83ea89266b91fc3348abd770a2d51470fcfc53fca031e1b6f | 43,027 | [
247195
] |
43,028 | common.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/common.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
(defmacro let-gensyms ((&rest names) &body body)
`(let ,(loop for name in names collect `(,n... | 4,135 | Common Lisp | .lisp | 97 | 38.484536 | 117 | 0.684867 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 65ccf90b63187e41111d4b980bf1ff053af1d2ef6d0ecd447f3507acb18a19fb | 43,028 | [
352832
] |
43,029 | camel-case.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/camel-case.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
;;; First a simpler version, see testcase json-object-simplified-camel-case
;;; for difference... | 7,990 | Common Lisp | .lisp | 172 | 32.203488 | 76 | 0.501793 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 1a84af9cf58d2f42e7af33a2289662ab906c503edc6a1126944236103be61057 | 43,029 | [
308403
] |
43,030 | decoder.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/src/decoder.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10; Package: JSON -*-
;;;; Copyright (c) 2006-2008 Henrik Hjelte
;;;; All rights reserved.
;;;; See the file LICENSE for terms of use and distribution.
(in-package :json)
;;; Token reader
(define-condition json-syntax-error (simple-error stream-error)
((stream-... | 31,135 | Common Lisp | .lisp | 664 | 37.274096 | 101 | 0.614788 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | aa1f0287820e482e8a8b0a77245e8453db0b4b3173edeb3a3c71c58e2d05b415 | 43,030 | [
210756
] |
43,031 | package.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/t/package.lisp | (defpackage :json-test
(:use :json :json-rpc :common-lisp :5am )
#+cl-json-clos
(:import-from #+(or mcl openmcl) #:ccl
#+cmu #:clos-mop
#+sbcl #:sb-mop
#+(or clisp ecl scl lispworks) #:clos
#+(or allegro abcl) #:mop
#+genera #:clos-internals
#:... | 385 | Common Lisp | .lisp | 12 | 24.666667 | 53 | 0.55914 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c9615771f330e7efcd78d9dfa158e63817642c3f109df81941383b3addef5c1a | 43,031 | [
110938
] |
43,032 | testjson.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/t/testjson.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base:10; Package: JSON-TEST -*-
(in-package :json-test)
(run! 'json)
| 116 | Common Lisp | .lisp | 3 | 37.666667 | 78 | 0.646018 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 8f746e43e6a58d94c962a49c4d67c91d6811817f33954a5637ae0a376cf1ccac | 43,032 | [
401259
] |
43,033 | testencoder.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/t/testencoder.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base:10; Package: JSON-TEST -*-
(in-package :json-test)
(in-suite json)
(defmacro with-objects-as-hashtables (&body body)
;;For testing, keys are stored as strings
(let ((ht (gensym)) (key (gensym)))
`(let (,ht ,key)
(declare (special ,ht ,key))
(jso... | 18,546 | Common Lisp | .lisp | 419 | 34.73031 | 410 | 0.523356 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 906b0b8b119356d9844fe8303f5568b11dd84e3255c86d7614181f3468a656cb | 43,033 | [
136778
] |
43,034 | testdecoder.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/t/testdecoder.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base:10; Package: JSON-TEST -*-
(in-package :json-test)
(in-suite json)
;; Test decoder
(defun make-json-array-type (&rest elements)
(map json:*json-array-type* #'identity elements))
(test json-literal
(is-true (decode-json-from-string " true"))
(is-true (decode... | 17,549 | Common Lisp | .lisp | 374 | 37.398396 | 109 | 0.566151 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 1b40b55cad982632157fddb0f4e04d18b555de860b49ce40830f04dca0e811ae | 43,034 | [
9955
] |
43,035 | testmisc.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/t/testmisc.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base:10; Package: JSON-TEST -*-
(in-package :json-test)
(in-suite json)
(test test-json-bind
(json-bind (hello hi ciao) "{\"hello\":100,\"hi\":5}"
(is (= hello 100))
(is (= hi 5))
(is-false ciao)))
(test test-json-bind-advanced
(json-bind (hello-world
... | 8,823 | Common Lisp | .lisp | 200 | 34.435 | 143 | 0.538121 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 39f86e3cbfa982d5f2ac2f23e5af29514f19ddb69166d35aaf7cdd3f0711c211 | 43,035 | [
286616
] |
43,036 | src.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/puri-20201016-git/src.lisp | ;; -*- mode: common-lisp; package: puri -*-
;; Support for URIs
;; For general URI information see RFC2396.
;;
;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
;; copyright (c) 2002-2005 Franz Inc, Oakland, CA - All rights reserved.
;; copyright (c) 2003-2010 Kevin Rosenberg
;;
;; This code is... | 52,933 | Common Lisp | .lisp | 1,318 | 29.127466 | 80 | 0.511936 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | bf8bfbc83490fe636b2c44687a57a38e5913b76f1a9313a00e5244a507ea8191 | 43,036 | [
-1
] |
43,037 | tests.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/puri-20201016-git/tests.lisp | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;; copyright (c) 1999-2001 Franz Inc, Berkeley, CA - All rights reserved.
;; copyright (c) 2003 Kevin Rosenberg (significant fixes for using
;; tester package)
;;
;; The software, data and information contained herein are proprietary
;; to, and comprise valua... | 17,827 | Common Lisp | .lisp | 410 | 30.297561 | 664 | 0.474422 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | ba427b5011ad5e31ed87bfc033417966d415bf146ea64309f45ec8f5596eed57 | 43,037 | [
-1
] |
43,038 | proc-parse.lisp | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/proc-parse-20190813-git/t/proc-parse.lisp | (in-package :cl-user)
(defpackage proc-parse-test
(:use :cl
:proc-parse
:prove)
(:shadowing-import-from :proc-parse
:skip))
(in-package :proc-parse-test)
(plan 17)
(defmacro with-vector-parsing-test ((target) &body body)
`(progn
(subtest "with-string-parsing"
... | 9,719 | Common Lisp | .lisp | 277 | 27.415162 | 94 | 0.562845 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c4bc97e2e2f98cce245e5bb7c17fb02372e17acb365fd54af5be11cf28ad93c7 | 43,038 | [
425333
] |
43,040 | babel.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/babel-20200925-git/babel.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; babel.asd --- ASDF system definition for Babel.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (... | 2,207 | Common Lisp | .asd | 57 | 35.649123 | 72 | 0.690265 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 348d45dac2499145b7727478fc0bc2f7dd7e03e5ac8cb600ff9f80a135f8b72c | 43,040 | [
467544
] |
43,043 | drakma.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/drakma.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/drakma/drakma.asd,v 1.49 2008/05/24 03:21:22 edi Exp $
;;; Copyright (c) 2006-2012, Dr. Edmund Weitz. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, ar... | 2,610 | Common Lisp | .asd | 55 | 41.363636 | 110 | 0.662868 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 58a84814e5d314fc05714f6e13420c2ba4967d673b4685f5aec9c91b472b0086 | 43,043 | [
253159
] |
43,044 | drakma-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/drakma-test.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; Copyright (c) 2013, Anton Vodonosov. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; * Redistributions of ... | 1,739 | Common Lisp | .asd | 33 | 50.363636 | 71 | 0.731765 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 4689f9df2789f1bbd5cd577fb3d60a29212d6b1b7049672040f8e1b5a01e0fb1 | 43,044 | [
356760
] |
43,045 | trivial-garbage.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-garbage-20211230-git/trivial-garbage.asd | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-lisp; Base: 10; Package: ASDF -*-
;;;; The above modeline is required for Genera. Do not change.
;;;
;;; trivial-garbage.asd --- ASDF system definition for trivial-garbage.
;;;
;;; This software is placed in the public domain by Luis Oliveira
;;; <loliveira@common-lisp.net> and ... | 1,119 | Common Lisp | .asd | 23 | 45.826087 | 88 | 0.718864 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | b2a81520afab128a64903a59a97235ed3360a055d625b295b4c5a7fb030c1af3 | 43,045 | [
-1
] |
43,046 | alexandria.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/alexandria-20220707-git/alexandria.asd | (defsystem "alexandria"
:version "1.0.1"
:licence "Public Domain / 0-clause MIT"
:description "Alexandria is a collection of portable public domain utilities."
:author "Nikodemus Siivola and others."
:long-description
"Alexandria is a project and a library.
As a project Alexandria's goal is to reduce dupli... | 4,769 | Common Lisp | .asd | 79 | 48.164557 | 102 | 0.620461 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 430662260eb07fda95f3b066fd469fe0c2fb115aca19e56e85718edf8d2b8b64 | 43,046 | [
-1
] |
43,047 | cl-base64.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-base64-20201016-git/cl-base64.asd | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;; *************************************************************************
;;;; FILE IDENTIFICATION
;;;;
;;;; Name: cl-base64.asd
;;;; Purpose: ASDF definition file for Cl-Base64
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec... | 1,294 | Common Lisp | .asd | 32 | 35.25 | 78 | 0.532963 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 79651ec81fcec69067d3076ccdcab0b257cb8cfa8d2c9a8ffd5aa3bdf0f110ba | 43,047 | [
-1
] |
43,048 | trivial-mimes.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-mimes-20221106-git/trivial-mimes.asd | #|
This file is a part of Trivial-Mimes
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#
(defsystem trivial-mimes
:name "Trivial-Mimes"
:version "1.1.0"
:license "zlib"
:author "Nicolas Hafner <shinmera@tymoon.eu>"
:maintainer "Nicolas Hafner <shinmer... | 657 | Common Lisp | .asd | 18 | 33.944444 | 72 | 0.731975 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | d95914d39f9643c07c2451f3df3a84fe596b2a827d5d9da7883b41f884a04d46 | 43,048 | [
322929
] |
43,049 | trivial-features-tests.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-features-20211209-git/trivial-features-tests.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; trivial-features-tests.asd --- ASDF definition.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (... | 2,276 | Common Lisp | .asd | 49 | 44.183673 | 80 | 0.732914 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | be92628bf193ee9ace7e51a921e52d83801245af577406d87bef4473dfa43951 | 43,049 | [
83916
] |
43,050 | trivial-features.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-features-20211209-git/trivial-features.asd | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Package: ASDF; Base: 10; -*-
;;;; The above modeline is required for Genera. Do not change.
;;;
;;; trivial-features.asd --- ASDF system definition.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge,... | 2,604 | Common Lisp | .asd | 58 | 41.931034 | 110 | 0.673221 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 904989ceb7e5a3d8d32f6a6cf2d3205f903778ebc83429e4d49917ff526585b9 | 43,050 | [
-1
] |
43,051 | usocket-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/usocket-test.asd | ;;;; -*- Mode: Lisp -*-
;;;; See the LICENSE file for licensing information.
(defsystem usocket-test
:name "usocket test"
:author "Erik Enge"
:maintainer "Chun Tian (binghe)"
:version (:read-file-form "version.sexp")
:licence "MIT"
:description "Tests for usocket"
:depends-on (:usocket-ser... | 786 | Common Lisp | .asd | 19 | 28.315789 | 67 | 0.499346 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | bca7645f290b8983bc35ad8e88621bbf0ea0bb194f9e06c1ccedb0b1d7427e9a | 43,051 | [
-1
] |
43,052 | usocket.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/usocket.asd | ;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; -*-
;;;;
;;;; See the LICENSE file for licensing information.
(in-package :asdf)
;;; NOTE: the key "art" here is, no need to recompile any file when switching
;;; between a native backend and IOlib backend. -- Chun Tian (binghe)
#+sample
(pushnew :usocket-ioli... | 4,394 | Common Lisp | .asd | 83 | 26.156627 | 77 | 0.349199 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e31d504d94f62927dae649ca5babf0249353e9c3278b2a8aba33528d5c1d31fb | 43,052 | [
42860
] |
43,053 | usocket-server.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/usocket-server.asd | ;;;; -*- Mode: Lisp -*-
;;;;
;;;; See the LICENSE file for licensing information.
(in-package :asdf)
(defsystem usocket-server
:name "usocket (server)"
:author "Chun Tian (binghe)"
:version (:read-file-form "version.sexp")
:licence "MIT"
:description "Universal socket library for Common Lisp (serv... | 411 | Common Lisp | .asd | 12 | 30.75 | 73 | 0.672544 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 32194eed9470a1b6af200bd13dfaf2db23feaab4d243353baa51ee8395f2108c | 43,053 | [
189606
] |
43,054 | bordeaux-threads.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/bordeaux-threads-v0.8.8/bordeaux-threads.asd | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-lisp; Base: 10; Package: ASDF -*-
;;;; The above modeline is required for Genera. Do not change.
#|
Copyright 2006,2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
#.(unless (or #+asdf3.1 (version<= "3.1" (asdf-version)))
(error "You need ASDF >= 3.... | 3,343 | Common Lisp | .asd | 71 | 35.422535 | 84 | 0.548377 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | d58d7d96fb20ccae0a4e7b27fd85952689c14560ed5ffff75e0ae5de575c5620 | 43,054 | [
-1
] |
43,055 | dexador.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/dexador-20221106-git/dexador.asd | #|
This file is a part of dexador project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
#|
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#
(defsystem "dexador"
:version "0.9.15"
:author "Eitaro Fukamachi"
:license "MIT"
:defsystem-depends-on ("trivial-features")
:depends-on ("fast-http... | 1,765 | Common Lisp | .asd | 48 | 24.625 | 121 | 0.492711 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 01e3a6a1d30af441c1182be4bd882127f9b1cf2312f0ef9fc1c1a547871baba7 | 43,055 | [
-1
] |
43,056 | dexador-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/dexador-20221106-git/dexador-test.asd | #|
This file is a part of dexador project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
(defsystem "dexador-test"
:author "Eitaro Fukamachi"
:license "MIT"
:depends-on ("dexador"
"rove"
"lack-request"
"clack-test"
"babel"
... | 490 | Common Lisp | .asd | 17 | 20.647059 | 59 | 0.53178 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 866b00526a52623fd1bb994428bbb6107263752f7eafa549a20ac1ca7e5cbd14 | 43,056 | [
-1
] |
43,057 | zpng.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/zpng-1.2.2/zpng.asd | ;;;
;;; Copyright (c) 2007 Zachary Beane, All Rights Reserved
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;;
;;; * Redistributions of source code must retain the above copyright
;;; notice, this lis... | 2,040 | Common Lisp | .asd | 46 | 36.804348 | 70 | 0.629704 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 51b8a249877de1e9f6a9b9253d466999fa402311462fe0b43f8fc704be4159f0 | 43,057 | [
395210
] |
43,058 | quri.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/quri-20221106-git/quri.asd | (defsystem "quri"
:version "0.6.0"
:author "Eitaro Fukamachi"
:maintainer "Pierre Neidhardt"
:license "BSD 3-Clause"
:depends-on ("babel"
"alexandria"
"split-sequence"
"cl-utilities"
#+sbcl "sb-cltl2")
:components ((:module "src"
:c... | 1,285 | Common Lisp | .asd | 32 | 26.4375 | 109 | 0.450918 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | f130a0fc26f78064f04b2e6c1e61c9f793e3a1094eb6c52071841f58ed8f0fd4 | 43,058 | [
-1
] |
43,059 | quri-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/quri-20221106-git/quri-test.asd | #|
This file is a part of quri project.
Copyright (c) 2014 Eitaro Fukamachi (e.arrows@gmail.com)
|#
(defsystem quri-test
:author "Eitaro Fukamachi"
:license "BSD 3-Clause"
:depends-on (:quri
:prove)
:components ((:module "t"
:components
((:test-file "quri")
... | 749 | Common Lisp | .asd | 22 | 23.636364 | 80 | 0.511724 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | db05f12cf73e7a90a43ad7761bea8ff96a0e734dcda8dab7f6a9356b1441a763 | 43,059 | [
-1
] |
43,060 | split-sequence.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/split-sequence-v2.0.1/split-sequence.asd | ;;; -*- Lisp -*-
#.(unless (or #+asdf3.1 (version<= "3.1" (asdf-version)))
(error "You need ASDF >= 3.1 to load this system correctly."))
(defsystem :split-sequence
:author "Arthur Lemmens <alemmens@xs4all.nl>"
:maintainer "Sharp Lispers <sharplispers@googlegroups.com>"
:description "Splits a sequence into ... | 1,134 | Common Lisp | .asd | 26 | 37.730769 | 72 | 0.647964 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 437db3c0af6748b85014b84355eb2d989d24481f75fb14a13c28aa2abe8ceffa | 43,060 | [
100731
] |
43,061 | smart-buffer.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/smart-buffer-20211020-git/smart-buffer.asd | #|
This file is a part of smart-buffer project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
#|
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage smart-buffer-asd
(:use :cl :asdf))
(in-package :smart-buffer-asd)
(defsystem smart-buffer
:version "0.1"
:autho... | 1,126 | Common Lisp | .asd | 34 | 23.323529 | 74 | 0.549128 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 9f1883d78696eef5c7f815596d70b64710b2c67df3a73ef62912b6ed1378009d | 43,061 | [
298555
] |
43,062 | smart-buffer-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/smart-buffer-20211020-git/smart-buffer-test.asd | (in-package :cl-user)
(defpackage smart-buffer-test-asd
(:use :cl :asdf))
(in-package :smart-buffer-test-asd)
(defsystem smart-buffer-test
:depends-on (:smart-buffer
:babel
:prove)
:components ((:module "t"
:components
((:test-file "smart-buffer"))))
... | 518 | Common Lisp | .asd | 15 | 25.933333 | 80 | 0.568862 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | f6c4be680fe276ad4696125644845ff53d937f51842d1adfb60ea8e3a8f2d432 | 43,062 | [
352388
] |
43,064 | trivial-gray-streams-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-gray-streams-20210124-git/trivial-gray-streams-test.asd | ;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; -*-
(defsystem :trivial-gray-streams-test
:version "2.0"
:depends-on (:trivial-gray-streams)
:pathname #P"test/"
:serial t
:components ((:file "package")
(:file "test-framework")
(:file "test")))
| 294 | Common Lisp | .asd | 9 | 27.111111 | 60 | 0.588028 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 0abd7d594a91b7fb683094ac709460ccf7d2c6e04a30f028ed4f72f5853d2bb6 | 43,064 | [
53916
] |
43,065 | trivial-gray-streams.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-gray-streams-20210124-git/trivial-gray-streams.asd | ;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; -*-
(defsystem :trivial-gray-streams
:description "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)."
:license "MIT"
:author "David Lichteblau"
:maintainer "Anton Vodonosov <avodonosov@yandex.ru>"
:version "2.0"
:serial ... | 375 | Common Lisp | .asd | 9 | 39 | 96 | 0.70137 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | dc77b96f61c15b6282779536876d5c67b046b329384669e0f435d900d0af1b4a | 43,065 | [
34713
] |
43,066 | chipz.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/chipz-20220220-git/chipz.asd | ; -*- mode: lisp -*-
(cl:defpackage :chipz-system
(:use :cl :asdf)
(:export #:gray-streams))
(cl:in-package :chipz-system)
(defclass txt-file (doc-file) ((type :initform "txt")))
(defclass css-file (doc-file) ((type :initform "css")))
(eval-when (:compile-toplevel :load-toplevel :execute)
#+(or sbcl lispworks o... | 2,207 | Common Lisp | .asd | 44 | 36.431818 | 79 | 0.523854 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 0c62e388a986a8790a544d42977e1a8a9d29d41be26c37b2970bc25378e17812 | 43,066 | [
336904
] |
43,067 | salza2.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/salza2-2.1/salza2.asd | ;;;
;;; Copyright (c) 2007 Zachary Beane, All Rights Reserved
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;;
;;; * Redistributions of source code must retain the above copyright
;;; notice, this lis... | 4,830 | Common Lisp | .asd | 111 | 26.990991 | 89 | 0.463854 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e349b1f3620c1075870ffd8f6ff28dc2d35f3342245115a5059de5986586c524 | 43,067 | [
-1
] |
43,068 | fast-io-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-io-20221106-git/fast-io-test.asd | (cl:eval-when (:load-toplevel :execute)
(asdf:load-system :fiveam)
(asdf:load-system :checkl))
(defsystem :fast-io-test
:description "Tests for fast-io"
:depends-on (:fast-io :checkl)
:pathname "t"
:serial t
:components
((:file "package")
(:file "benchmark-defs")
(checkl:tests "basic")
(ch... | 511 | Common Lisp | .asd | 17 | 25.705882 | 48 | 0.663934 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | f3b1eba2ac0ecdbf5531b412371a7755d310f04fb2eab82dcc416a95b2568f04 | 43,068 | [
228526
] |
43,069 | fast-io.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-io-20221106-git/fast-io.asd | (eval-when (:compile-toplevel :load-toplevel :execute)
(pushnew :fast-io *features*))
#+(or sbcl ccl cmucl ecl lispworks allegro)
(eval-when (:compile-toplevel :load-toplevel :execute)
(pushnew :fast-io-sv *features*))
(defsystem :fast-io
:description "Alternative I/O mechanism to a stream or vector"
:author ... | 600 | Common Lisp | .asd | 20 | 25.7 | 64 | 0.662609 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | fd25a7dfae64e5854232f1f86df0e6658aec981ca314c4653e6cbdd73f35ba76 | 43,069 | [
223682
] |
43,070 | flexi-streams.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/flexi-streams-20220220-git/flexi-streams.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.79 2008/08/26 10:59:22 edi Exp $
;;; Copyright (c) 2005-2008, Dr. Edmund Weitz. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; mo... | 2,998 | Common Lisp | .asd | 63 | 40.650794 | 99 | 0.642613 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c8b3f9e8b35a2727c7a6b18868f1c8e0515d05fe7278a583a2d8a5c3956acfaa | 43,070 | [
-1
] |
43,071 | flexi-streams-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/flexi-streams-20220220-git/flexi-streams-test.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; Copyright (c) 2005-2008, Dr. Edmund Weitz. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; * Redistributio... | 1,780 | Common Lisp | .asd | 32 | 51.5 | 71 | 0.711328 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 7f84ddb7593295b1365f36ac2651582269119d5ddf03217af13c5bdfa6c8eaca | 43,071 | [
-1
] |
43,072 | zpb-ttf.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/zpb-ttf-release-1.0.4/zpb-ttf.asd | ;; $Id: zpb-ttf.asd,v 1.5 2006/03/24 20:47:27 xach Exp $
(defpackage #:zpb-ttf-system
(:use #:cl #:asdf))
(in-package #:zpb-ttf-system)
(defsystem #:zpb-ttf
:version "1.0.3"
:author "Zach Beane <xach@xach.com>"
:description "Access TrueType font metrics and outlines from Common Lisp"
:license "BSD"
:comp... | 3,709 | Common Lisp | .asd | 89 | 15.348315 | 75 | 0.263624 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 606006ad445353a07dc2d610ee24cef8a8a34bea45d97245e5186a7636fbdd1d | 43,072 | [
-1
] |
43,073 | static-vectors.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/static-vectors-v1.8.9/static-vectors.asd | ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
#.(unless (or #+asdf3.1 (version<= "3.1" (asdf-version)))
(error "You need ASDF >= 3.1 to load this system correctly."))
(defsystem :static-vectors
:description "Create vectors allocated in static memory."
:author "Stelian Ionescu <sionescu@cddr.org>"
:licence ... | 2,106 | Common Lisp | .asd | 40 | 39.15 | 111 | 0.532719 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e2d8043c0e91a060828eebc3e53171e5c76b6fe710276c85e287d847c07a4924 | 43,073 | [
-1
] |
43,074 | cl+ssl.test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl+ssl-20221106-git/cl+ssl.test.asd | ;;;; -*- Mode: LISP; Syntax: COMMON-LISP; indent-tabs-mode: nil; coding: utf-8; show-trailing-whitespace: t -*-
;;;
;;; Copyright (C) 2015 Ilya Khaprov <ilya.khaprov@publitechs.com>
;;;
;;; See LICENSE for details.
(defsystem :cl+ssl.test
:version "0.1"
:description "CL+SSL test suite"
:maintainer "Ilya Khaprov ... | 1,209 | Common Lisp | .asd | 33 | 25.727273 | 111 | 0.514894 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c2b1baa89fb98ab84213b5a4fc04332621eedba6f048ae563c78633aa23c3a8f | 43,074 | [
-1
] |
43,075 | cl+ssl.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl+ssl-20221106-git/cl+ssl.asd | ;;;; -*- Mode: LISP; Syntax: COMMON-LISP; indent-tabs-mode: nil; coding: utf-8; show-trailing-whitespace: t -*-
;;;
;;; Copyright (C) 2001, 2003 Eric Marsden
;;; Copyright (C) 2005 David Lichteblau
;;; Copyright (C) 2007 Pixel // pinterface
;;; "the conditions and ENSURE-SSL-FUNCALL are by Jochen Schmidt."
;;;
;;; S... | 1,771 | Common Lisp | .asd | 48 | 26.083333 | 111 | 0.511912 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | affaddd584b8b8fac7bbb63b848d1b7f82bc6f34ee025344fb8b0f8d9b27c824 | 43,075 | [
-1
] |
43,076 | cl-cookie.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-cookie-20220707-git/cl-cookie.asd | #|
This file is a part of cl-cookie project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
#|
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage cl-cookie-asd
(:use :cl :asdf))
(in-package :cl-cookie-asd)
(defsystem cl-cookie
:version "0.1"
:author "Eitaro Fu... | 1,157 | Common Lisp | .asd | 35 | 23.514286 | 74 | 0.550492 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 83b7d4477e4a8c523031ba751f1c311684ca570a046406124db29e3af4f506e1 | 43,076 | [
107375
] |
43,077 | cl-cookie-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-cookie-20220707-git/cl-cookie-test.asd | #|
This file is a part of cl-cookie project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage cl-cookie-test-asd
(:use :cl :asdf))
(in-package :cl-cookie-test-asd)
(defsystem cl-cookie-test
:author "Eitaro Fukamachi"
:license "BSD 2-Clause"
:depends-on (:cl-coo... | 646 | Common Lisp | .asd | 20 | 25.9 | 80 | 0.608347 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | f47cd497b5133466b8e471c7965d62eebfdd7319270c8f1973fcbd414b0d664a | 43,077 | [
237334
] |
43,078 | vecto.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/vecto-1.6/vecto.asd | ;;; Copyright (c) 2007 Zachary Beane, All Rights Reserved
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;;
;;; * Redistributions of source code must retain the above copyright
;;; notice, this list of... | 3,685 | Common Lisp | .asd | 82 | 29 | 70 | 0.485698 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 25ff73653a7433270943108e4b77ab4e71856d0f10b860ac8adb0bcdf6b5653a | 43,078 | [
264060
] |
43,079 | vectometry.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/vecto-1.6/vectometry/vectometry.asd | ;;;; vectometry.asd
(asdf:defsystem #:vectometry
:author "Zach Beane <xach@xach.com>"
:description "2d drawing to PNGs with a more object-y interface than Vecto."
:license "BSD"
:depends-on (#:vecto)
:serial t
:components ((:file "package")
(:file "point")
(:file "box")
... | 487 | Common Lisp | .asd | 15 | 23.533333 | 78 | 0.529787 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | befed209f386c3d5fbb0f773ba772ed32c6a6e3b3d6596b71dfd4d5b78df872c | 43,079 | [
320505
] |
43,080 | xsubseq-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/xsubseq-20170830-git/xsubseq-test.asd | #|
This file is a part of xsubseq project.
Copyright (c) 2014 Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage xsubseq-test-asd
(:use :cl :asdf))
(in-package :xsubseq-test-asd)
(defsystem xsubseq-test
:author "Eitaro Fukamachi"
:license "BSD 2-Clause"
:depends-on (:xsubseq
... | 671 | Common Lisp | .asd | 21 | 25 | 80 | 0.5966 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 1b14c7b4752c6877e14e7b57f77bf9884a15c70d7b9e76722007fd1931e3f786 | 43,080 | [
305758
] |
43,081 | xsubseq.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/xsubseq-20170830-git/xsubseq.asd | #|
This file is a part of xsubseq project.
Copyright (c) 2014 Eitaro Fukamachi (e.arrows@gmail.com)
|#
#|
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage xsubseq-asd
(:use :cl :asdf))
(in-package :xsubseq-asd)
(defsystem xsubseq
:version "0.1"
:author "Eitaro Fukamachi"... | 1,139 | Common Lisp | .asd | 33 | 25.30303 | 74 | 0.562103 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 0196c321b93ad609d31866472728f6ee7c8476dbb46f6320acea372f11684027 | 43,081 | [
16339
] |
43,082 | chunga.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/chunga-20221106-git/chunga.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/chunga/chunga.asd,v 1.20 2008/05/24 18:38:30 edi Exp $
;;; Copyright (c) 2006-2010, Dr. Edmund Weitz. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, ar... | 1,922 | Common Lisp | .asd | 37 | 47.27027 | 85 | 0.689196 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 6ae64feda8520382e3e0fb1d144b007db76c6813e66f8617ece942d74c93d6db | 43,082 | [
-1
] |
43,083 | fast-http.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/fast-http.asd | #|
This file is a part of fast-http project.
URL: http://github.com/fukamachi/fast-http
Copyright (c) 2014 Eitaro Fukamachi <e.arrows@gmail.com>
|#
(in-package :cl-user)
(defpackage fast-http-asd
(:use :cl :asdf))
(in-package :fast-http-asd)
(defsystem fast-http
:name "Fast HTTP Parser"
:description "A fa... | 2,045 | Common Lisp | .asd | 50 | 30.24 | 107 | 0.551482 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | b27ed522d79be43b6e0b98594374eff21ae4b360b345d1ab68dcb06d1ce2d38b | 43,083 | [
391402
] |
43,084 | fast-http-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/fast-http-test.asd | #|
This file is a part of fast-http project.
URL: http://github.com/fukamachi/fast-http
Copyright (c) 2014 Eitaro Fukamachi <e.arrows@gmail.com>
|#
(in-package :cl-user)
(defpackage fast-http-test-asd
(:use :cl :asdf))
(in-package :fast-http-test-asd)
(defsystem fast-http-test
:depends-on (:fast-http
... | 998 | Common Lisp | .asd | 27 | 27.222222 | 80 | 0.548554 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 3327477a3789a1b3e0845986220b799bce212fd759aaa701abbb31348c6afa31 | 43,084 | [
411642
] |
43,085 | cl-postgres+local-time.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/cl-postgres+local-time.asd | (defsystem #:cl-postgres+local-time
:name "cl-postgres+local-time"
:version "1.0.6"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "Integration between cl-postgres and local-time"
:depends-on (:cl-postgres :local-time)
:components ((:module "src"
:components ((:module "integration"
... | 388 | Common Lisp | .asd | 9 | 35.666667 | 70 | 0.630607 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e01af16f4b0e30b72c52e06c308ef501bc4aa597d56c65c4612ebfc9e15a0ae9 | 43,085 | [
318628
] |
43,086 | local-time.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/local-time.asd | (defsystem "local-time"
:version "1.0.6"
:license "BSD"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "A library for manipulating dates and times, based on a paper by Erik Naggum"
:depends-on (:uiop)
:in-order-to ((test-op (test-op "local-time/test")))
:components ((:module "src"
... | 1,246 | Common Lisp | .asd | 28 | 29.5 | 92 | 0.486442 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 705aae12052fe7d41502fa2c1def772f9ecaab7100b7184000a4c39d7a7e1d01 | 43,086 | [
-1
] |
43,087 | cl-ppcre.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/cl-ppcre.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre.asd,v 1.49 2009/10/28 07:36:15 edi Exp $
;;; This ASDF system definition was kindly provided by Marco Baringer.
;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved.
;;; Redistribut... | 3,308 | Common Lisp | .asd | 70 | 38.057143 | 89 | 0.608359 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 71854b2382842612da08f64549cf0555f685f15c574286b5c208e3bdbf0fea82 | 43,087 | [
-1
] |
43,088 | cl-ppcre-unicode.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/cl-ppcre-unicode.asd | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre-unicode.asd,v 1.15 2009/09/17 19:17:30 edi Exp $
;;; This ASDF system definition was kindly provided by Marco Baringer.
;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved.
;;; Red... | 2,654 | Common Lisp | .asd | 47 | 49.680851 | 97 | 0.672951 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 3f3c650dc917b0fca73466af75f86a09f88bee6003628207c1e92cba684c86bc | 43,088 | [
446889
] |
43,089 | winhttp.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/winhttp.asd | ;;;; Copyright (c) Frank James 2017 <frank.a.james@gmail.com>
;;;; This code is licensed under the MIT license.
(asdf:defsystem :winhttp
:name "winhttp"
:author "Frank James <frank.a.james@gmail.com>"
:description "FFI wrapper to WINHTTP"
:license "MIT"
:serial t
:components
((:file "package")
(:file ... | 371 | Common Lisp | .asd | 13 | 25.615385 | 61 | 0.678873 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c9b9132225edb9048db1f3b48e349123749e15843f0f3b7e138ef5b9207c34f5 | 43,089 | [
467206
] |
43,090 | cl-aa.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/cl-aa.asd | ;;;; -*- Lisp -*- mode
;;;; cl-vectors -- Rasterizer and paths manipulation library
;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com>
;;;; This code is licensed under the MIT license.
(defsystem "cl-aa"
:description "cl-aa: polygon rasterizer"
;; :VERSION "$VERSION$"
:author "Frederic Joll... | 431 | Common Lisp | .asd | 11 | 35.545455 | 71 | 0.668269 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 85ff8924f48094df11567487874451129da7b943e8835e61e175ee3c1758fc8e | 43,090 | [
-1
] |
43,091 | cl-paths.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/cl-paths.asd | ;;;; -*- Lisp -*- mode
;;;; cl-vectors -- Rasterizer and paths manipulation library
;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com>
;;;; This code is licensed under the MIT license.
(defsystem "cl-paths"
:description "cl-paths: vectorial paths manipulation"
;; :version "$VERSION$"
:autho... | 567 | Common Lisp | .asd | 12 | 42.583333 | 81 | 0.669691 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 43240ff17bb9ab8ca2f76b6a2abb8b98a4bb674f2b015a7e73be876fc74e91bb | 43,091 | [
-1
] |
43,092 | cl-aa-misc.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/cl-aa-misc.asd | ;;;; -*- Lisp -*- mode
;;;; cl-vectors -- Rasterizer and paths manipulation library
;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com>
;;;; This code is licensed under the MIT license.
(defsystem "cl-aa-misc"
:description "cl-aa-misc: some tools related to cl-aa"
;; :version "$VERSION$"
:au... | 423 | Common Lisp | .asd | 10 | 39.9 | 71 | 0.699267 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 8a1809b0614fc58ca0b0b74db90ca69b4dc72e7111a4f2fc7850e97a28a6f66c | 43,092 | [
-1
] |
43,093 | cl-paths-ttf.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/cl-paths-ttf.asd | ;;;; -*- Lisp -*- mode
;;;; cl-vectors -- Rasterizer and paths manipulation library
;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com>
;;;; This code is licensed under the MIT license.
(defsystem "cl-paths-ttf"
:description "cl-paths-ttf: vectorial paths manipulation"
;; :version "$VERSION$"
... | 467 | Common Lisp | .asd | 11 | 40 | 71 | 0.70354 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 8ba39e12cd0c5bffaa3dd06f492b38dc7a7b884ac54ecfdcec0bd0bae96f1282 | 43,093 | [
-1
] |
43,094 | cl-vectors.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/cl-vectors.asd | ;;;; -*- Lisp -*- mode
;;;; cl-vectors -- Rasterizer and paths manipulation library
;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com>
;;;; This code is licensed under the MIT license.
(defsystem "cl-vectors"
:description "cl-paths: vectorial paths manipulation"
;; :version "$VERSION$"
:aut... | 457 | Common Lisp | .asd | 11 | 39.090909 | 71 | 0.70362 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | fb7f41eeb2b815bfcbd0792dafd13eea7493bde3630db501271e838f79413317 | 43,094 | [
-1
] |
43,095 | cffi-grovel.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/cffi-grovel.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi-grovel.asd --- ASDF system definition for cffi-grovel.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation... | 1,684 | Common Lisp | .asd | 39 | 41.230769 | 70 | 0.72185 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 59d3e2c242c4d6cb52463cbb2301a09dd9c9bed7db8878a857398953727ee08a | 43,095 | [
76993,
292010
] |
43,098 | cffi.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/cffi.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi.asd --- ASDF system definition for CFFI.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2010, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtai... | 4,070 | Common Lisp | .asd | 95 | 39.147368 | 234 | 0.69287 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 627448d96f54cb2c4db9b13b3200162c826e9328dc2f2037ed491c9349bee2ad | 43,098 | [
279693
] |
43,099 | cffi-libffi.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/cffi-libffi.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi-libffi.asd --- Foreign Structures By Value
;;;
;;; Copyright (C) 2011 Liam M. Healy
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (the "Software"), to deal in th... | 1,903 | Common Lisp | .asd | 45 | 40.111111 | 70 | 0.727763 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | de853489cb3dd0ea1db3670b68c465faa9ee5b10f05956ae865f731186833ec4 | 43,099 | [
163460,
358000
] |
43,100 | cffi-tests.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/cffi-tests.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi-tests.asd --- ASDF system definition for CFFI unit tests.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2011, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any... | 3,798 | Common Lisp | .asd | 82 | 42.829268 | 98 | 0.676288 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e214dfa650038bb80668505be2cd28d827b50564d18ce285f7926d0282bae2f1 | 43,100 | [
249423
] |
43,101 | cffi-toolchain.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/cffi-toolchain.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi-toolchain.asd --- ASDF system definition for cffi-toolchain.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documen... | 2,117 | Common Lisp | .asd | 45 | 44.933333 | 85 | 0.713388 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | e6d9412dcf5cece1efef111ee07c90a9665ff109eadd76a508a146411f68db1a | 43,101 | [
269833
] |
43,104 | cl-json.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-json-20220707-git/cl-json.asd | ;;; -*- Mode: LISP; Syntax: ANSI-COMMON-LISP; Base: 10 -*-
;;; Copyright (c) 2006-2012 Henrik Hjelte
;;; Copyright (c) 2008 Hans Hübner (code from the program YASON)
;;; All rights reserved.
;;; See the file LICENSE for terms of use and distribution.
(defpackage #:json-system
(:use :cl :asdf :uiop))
(in-package #:... | 2,301 | Common Lisp | .asd | 43 | 43.255814 | 112 | 0.581406 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 42cab3589276b54b65ccefc18ee9b5391c3460afc022ab99eb1e48f629fef01a | 43,104 | [
-1
] |
43,105 | puri.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/puri-20201016-git/puri.asd | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;; Programmer: Kevin Rosenberg
(in-package #:cl-user)
(defpackage #:puri-system (:use #:cl #:asdf))
(in-package #:puri-system)
(defsystem puri
:name "cl-puri"
:maintainer "Kevin M. Rosenberg <kmr@debian.org>"
:licence "GNU Lesser General Public Lice... | 775 | Common Lisp | .asd | 21 | 30.619048 | 68 | 0.608 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 7cbaeb85786193594f80106125aa03e28324c722ce473f24457ec1ab4f083e7f | 43,105 | [
-1
] |
43,106 | proc-parse.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/proc-parse-20190813-git/proc-parse.asd | #|
This file is a part of proc-parse project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
#|
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage proc-parse-asd
(:use :cl :asdf))
(in-package :proc-parse-asd)
(defsystem proc-parse
:version "0.1"
:author "Eitar... | 1,180 | Common Lisp | .asd | 35 | 24.114286 | 74 | 0.551664 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | df529c8c088db15d0c5cf1e156c6215762e093de1982b9c5953aa989011b2c11 | 43,106 | [
283044
] |
43,107 | proc-parse-test.asd | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/proc-parse-20190813-git/proc-parse-test.asd | #|
This file is a part of proc-parse project.
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
|#
(in-package :cl-user)
(defpackage proc-parse-test-asd
(:use :cl :asdf))
(in-package :proc-parse-test-asd)
(defsystem proc-parse-test
:author "Eitaro Fukamachi"
:license "BSD 2-Clause"
:depends-on (:pr... | 652 | Common Lisp | .asd | 20 | 26.2 | 80 | 0.612083 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 5516045954511fdbe87c1dbb2bcd283674a76fe31d6cc26b77bf2e2f65ff2e4d | 43,107 | [
295034
] |
43,128 | abcl-socket.txt | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/notes/abcl-socket.txt |
ABCL provides a callback interface to java objects, next to these calls:
- ext:make-socket
- ext:socket-close
- ext:make-server-socket
- ext:socket-accept
- ext:get-socket-stream (returning an io-stream)
abcl-swank (see SLIME) shows how to call directly into java.
See for the sockets implementation:
- src/o... | 402 | Common Lisp | .cl | 12 | 30.75 | 72 | 0.768229 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | abcacad51845623cba9bd00eb842efa6903c9cf4ea71b96d2bcb4487c04858c0 | 43,128 | [
-1
] |
43,129 | openmcl-sockets.txt | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/notes/openmcl-sockets.txt | http://openmcl.clozure.com/Doc/sockets.html
make-socket [Function]
accept-connection [Function]
dotted-to-ipaddr [Function]
ipaddr-to-dotted [Function]
ipaddr-to-hostname [Function]
lookup-hostname [Function]
lookup-port [Function]
receive-from [Function]
send-to [Function]
shut... | 726 | Common Lisp | .cl | 24 | 25.125 | 43 | 0.711016 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 160f468b5aad7c11553463ca6e95d85ad0a139d30cbf16fca4cd2640b90ee0a6 | 43,129 | [
-1
] |
43,130 | cmucl-sockets.txt | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/usocket-0.8.5/notes/cmucl-sockets.txt | http://cvs2.cons.org/ftp-area/cmucl/doc/cmu-user/internet.html
$Id$
extensions:lookup-host-entry host
[structure]
host-entry
name aliases addr-type addr-list
[Function]
extensions:create-inet-listener port &optional kind &key :reuse-address :backlog :interface
=> socket fd
[Function]
extensions:accept-t... | 1,260 | Common Lisp | .cl | 41 | 28.414634 | 91 | 0.814442 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 831f5d244a8d98221eb937d6d66daca623be72c8ea5d5d08299fe651b24abc8c | 43,130 | [
-1
] |
43,150 | Eucla | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/zoneinfo/Australia/Eucla | TZif2 € œN¸0œ¼2„ËTÄ”ËÇiÌ·hͧK ñ ¶X§u)%R)¯¿”Eq´”F\”G#rGîyITIÎ[ÿÿÿ xÐ ‰ {
‰ {
LMT +0945 +0845 TZif2 ÿÿÿÿt¦
°ÿÿÿÿœN¸0ÿÿÿÿœ¼2„ÿÿÿÿËTÄ”ÿÿÿÿËÇiÿÿÿÿÌ·hÿÿÿÿͧK ñ ¶ ... | 494 | Common Lisp | .cl | 7 | 69.571429 | 190 | 0.291581 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 6bb8d75e96cd4b2ac222bdb6b6d61a2ad0c76a5d3a85ddb4f289ed9abc27cc47 | 43,150 | [
-1
] |
43,166 | lunch.lsp | NailykSturm_Info805-TP/src/lunch.lsp | ; Gestionnaire de librarie de Common Lisp pour importer les autres librairies depuis internet
(require "quicklisp" "src/Import/quicklisp/setup.lisp")
; Importation des librairies
(quicklisp:quickload "dexador") ; Librairie pour faire des requêtes HTTP
(quicklisp:quickload "cl-json") ; Librairie pour parser du JSON
;... | 699 | Common Lisp | .l | 20 | 33.7 | 93 | 0.734815 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 194b77a3569159c0b37a167f8687469dc8f9035b9c82b90dd5e72eab3e42016e | 43,166 | [
-1
] |
43,167 | exept.lsp | NailykSturm_Info805-TP/src/Exeptions/exept.lsp | (defpackage #:exept
(:use #:cl)
(:export #:exept #:test)
)
(in-package #:exept)
(defun test ()
(format t "test form exept~%")
) | 136 | Common Lisp | .l | 8 | 15 | 34 | 0.609375 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | b7544b13f5aea762c040b429b4844c1c878d791c4767ab54a7e101e5624c1f9b | 43,167 | [
-1
] |
43,191 | releases.txt | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/releases.txt | # project url size file-md5 content-sha1 prefix [system-file1..system-fileN]
1am http://beta.quicklisp.org/archive/1am/2014-11-06/1am-20141106-git.tgz 3490 c5e83c329157518e3ebfeef63e4ac269 83dfee1159cc630cc2453681a7caaf745f987d41 1am-20141106-git 1am.asd
3b-bmfont http://beta.quicklisp.org/archive/3b-bmfont/2022-03-31/... | 539,973 | Common Lisp | .l | 2,219 | 242.340694 | 15,181 | 0.867233 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 268a2b9efc9d0f9c8403ccb1eb08f6141a1ccf7bd1a9d4748842fec648bd1950 | 43,191 | [
-1
] |
43,195 | .travis.yml | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/babel-20200925-git/.travis.yml | language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
- LISP=cmucl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=cmucl
- env: LISP=ecl
install:
- curl -L https://github.com/luismbo/cl... | 677 | Common Lisp | .l | 26 | 21.615385 | 102 | 0.664087 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 6c7de47f97a18e4cf1e68ae80eb377195ead9100704093331855353c1a723eda | 43,195 | [
-1
] |
43,231 | clixdoc.xsl | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/docs/clixdoc.xsl | <?xml version="1.0" encoding="iso-8859-1" ?>
<!--
;;; Copyright (c) 2008, Hans Hübner. All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; * Redistributions of source code must retain th... | 16,989 | Common Lisp | .l | 429 | 32.200466 | 155 | 0.597168 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | cdca48f5b80ee5401f8aac8a450e943ec07faa35d39235127ad6b97ab3e61cce | 43,231 | [
-1
] |
43,232 | Makefile | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/docs/Makefile |
all:
xsltproc --stringparam library-version `perl -ne 'print "$$1\n" if (/:version "(.*)"/)' ../drakma.asd` clixdoc.xsl index.xml > index.html
| 145 | Common Lisp | .l | 2 | 70.5 | 138 | 0.661972 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 9c6ce25fbb4bd4c3a77aa9cce410ac28e4eeb41edbaee59ea90e81ec2ebff5a3 | 43,232 | [
-1
] |
43,233 | index.xml | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/docs/index.xml | <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="clixdoc.xsl" ?>
<clix:documentation xmlns='http://www.w3.org/1999/xhtml' xmlns:clix='http://bknr.net/clixdoc'>
<clix:title>Drakma - A Common Lisp HTTP client</clix:title>
<clix:short-description>
Drakma is a full-featured HTTP client... | 77,435 | Common Lisp | .l | 1,620 | 39.271605 | 253 | 0.63353 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | f2bd9fef32bcb6eea34480db3d647ee40114f89ab17fa670d87e0f443dedf924 | 43,233 | [
-1
] |
43,234 | index.html | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/drakma-v2.0.9/docs/index.html | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta><title>Drakma - A Common Lisp HTTP client</title><meta name="description" content="
Drakma is a full-featured HTTP client implemented in... | 94,807 | Common Lisp | .l | 1,698 | 47.882214 | 416 | 0.635127 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | c09d6881b5b40e72dc0ce77b67f8426f792692e7ec9bae00fabd601e108b123f | 43,234 | [
-1
] |
43,237 | .travis.yml | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/trivial-garbage-20211230-git/.travis.yml | language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
# - LISP=cmucl
- LISP=ecl
# matrix:
# allow_failures:
# - env: LISP=ecl
install:
- curl -L https://github.com/luismbo/cl-travis/raw/ma... | 475 | Common Lisp | .l | 22 | 17.227273 | 75 | 0.614699 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 9ab061f9cf1ba61ec62cc045729712ee8bc3de3bc2215550ec537a7641baea4f | 43,237 | [
-1
] |
43,241 | .gitlab-ci.yml | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/alexandria-20220707-git/.gitlab-ci.yml | include:
project: 'clci/gitlab-ci'
ref: release/v2-dev
file:
- definitions.gitlab-ci.yml
- test-pipeline.gitlab-ci.yml
variables:
CLCI_INSTALL_QUICKLISP_CLIENT: "yes"
# Off by default because it's proprietary and has a separate license.
CLCI_TEST_ALLEGRO: "yes"
# Off by default because the Docker... | 902 | Common Lisp | .l | 25 | 32.76 | 78 | 0.72 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 5cff50f438b9ca80590b2e7fca38bded40d8759e21ac4ea55a7573c7b832ad3d | 43,241 | [
-1
] |
43,261 | Makefile | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/alexandria-20220707-git/doc/Makefile | .PHONY: clean html pdf include clean-include clean-crap info doc
doc: pdf html info clean-crap
clean-include:
rm -rf include
clean-crap:
rm -f *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr
clean: clean-include
rm -f *.pdf *.html *.info
include:
sbcl --no-userinit --eval '(require :asdf)' \
--ev... | 848 | Common Lisp | .l | 22 | 36.590909 | 114 | 0.718482 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | dcf05df5d79fd27d2ad5ee6018d85ec7b565ae2f9ac55d29243c100014dd50a6 | 43,261 | [
-1
] |
43,262 | alexandria.texinfo | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/alexandria-20220707-git/doc/alexandria.texinfo | \input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename alexandria.info
@settitle alexandria Manual
@c %**end of header
@settitle alexandria Manual -- draft version
@c for install-info
@dircategory Software development
@direntry
* alexandria: Common Lisp utilities.
@end direntry
@copying
Alexa... | 10,583 | Common Lisp | .l | 237 | 43.202532 | 76 | 0.838077 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | fcc25d0fd43e9790f8f2d7027e27e512863c0614312570470f6731b047cf3c78 | 43,262 | [
-1
] |
43,275 | changelog | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-base64-20201016-git/debian/changelog | cl-base64 (3.4.0-1) unstable; urgency=medium
* New upstream.
Performance and safety improvements (thanks to Janis Dzerins)
-- Kevin M. Rosenberg <kmr@debian.org> Wed, 30 Sep 2020 18:06:36 +0000
cl-base64 (3.3.4-1) unstable; urgency=medium
* New upstream. (closes:796978) Thanks to Denis Martinez.
* Switc... | 4,544 | Common Lisp | .l | 89 | 47.898876 | 72 | 0.726817 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 577e413fb9a0219445c177e5755865b86a3c16c26631d0c66c94ed546c1fe921 | 43,275 | [
-1
] |
43,276 | rules | NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-base64-20201016-git/debian/rules | #!/usr/bin/make -f
pkg := cl-base64
debpkg := cl-base64
clc-source := usr/share/common-lisp/source
clc-systems := usr/share/common-lisp/systems
clc-files := $(clc-source)/$(pkg)
doc-dir := usr/share/doc/$(debpkg)
build: build-indep build-arch
build-indep:
build-arch:
clean:
dh_testdir
dh_testroot
dh_clean
... | 728 | Common Lisp | .l | 36 | 18.333333 | 59 | 0.777941 | NailykSturm/Info805-TP | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:51:23 AM (Europe/Amsterdam) | 837fbfec2400cb7f768a522c17e9dbc1fa32a2fd0f22cdb52307b2c4682aefaf | 43,276 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.