This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Marin Atanasov Nikolov <[email protected]> | |
pkgname=ketall-bin | |
pkgver=1.3.8 | |
pkgrel=1 | |
pkgdesc='Like `kubectl get all`, but get really all resources' | |
arch=('x86_64') | |
url='https://github.com/corneliusweig/ketall' | |
license=('Apache') | |
makedepends=() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Marin Atanasov Nikolov <[email protected]> | |
pkgname=operator-sdk-bin | |
pkgver=1.32.0 | |
pkgrel=1 | |
pkgdesc='SDK for building Kubernetes applications' | |
arch=('x86_64') | |
url='https://github.com/operator-framework/operator-sdk' | |
license=('Apache') | |
makedepends=() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 4f0eb4b..b8a3436 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = gpredict-git | |
- pkgdesc = Gpredict is a real-time satellite tracking and orbit prediction application. | |
- pkgver = 2.0.r1.g9036811 | |
+ pkgdesc = Gpredict satellite tracking application | |
+ pkgver = 2.3.r115.0f3beb6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 281841c..a66ff62 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,29 +1,33 @@ | |
pkgbase = sdrpp-git | |
- pkgdesc = The Bloat-free SDR Receiver | |
- pkgver = 1.0.4.r462.3336ae4 | |
+ pkgdesc = Cross-Platform SDR Software | |
+ pkgver = 1.0.4.r479.3a06612 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Alexandre Rouma <[email protected]> | |
# Maintainer: éclairevoyant | |
# Contributor: Marin Atanasov Nikolov <[email protected]> | |
_pkgname=sdrpp | |
pkgname="${_pkgname}-git" | |
pkgver=1.0.4.r479.3a06612 | |
pkgrel=1 | |
epoch= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: not_anonymous <[email protected]> | |
# Contributor: Marin Atanasov Nikolov <[email protected]> | |
# Contributor: Andrey Semisokhin <[email protected]> | |
# Original Submission: Bob Finch <[email protected]> | |
_pkgname=gpredict | |
pkgname="${_pkgname}-git" | |
pkgver=2.3.r115.0f3beb6 | |
pkgrel=1 | |
pkgdesc='Gpredict satellite tracking application' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ningle application with custom middlewares | |
;; | |
;; The middleware here is used to push additional context to the | |
;; environment which can later be used by ningle routes. | |
;; | |
;; Currently this is not possible in ningle, as ningle routes accept a | |
;; single argument, which represent the HTTP request parameters, and | |
;; this is different than the Lack/Clack routes, which accept the | |
;; surrounding environment instead. | |
;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Decode ASN.1 encoded private key | |
;; | |
;; RSA private key format: https://www.rfc-editor.org/rfc/rfc3447#appendix-A.1.2 | |
;; | |
;; RSAPrivateKey ::= SEQUENCE { | |
;; version Version, | |
;; modulus INTEGER, -- n | |
;; publicExponent INTEGER, -- e | |
;; privateExponent INTEGER, -- d | |
;; prime1 INTEGER, -- p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/swank/sbcl.lisp b/swank/sbcl.lisp | |
index a09e04b3..78038659 100644 | |
--- a/swank/sbcl.lisp | |
+++ b/swank/sbcl.lisp | |
@@ -979,7 +979,8 @@ QUALITIES is an alist with (quality . value)" | |
(make-location `(:file ,(namestring | |
(translate-logical-pathname pathname))) | |
'(:position 1) | |
- (when (eql type :function) | |
+ (when (and (eql type :function) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ECL (Embeddable Common-Lisp) 20.4.24 (git:UNKNOWN) | |
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya | |
Copyright (C) 1993 Giuseppe Attardi | |
Copyright (C) 2013 Juan J. Garcia-Ripoll | |
Copyright (C) 2018 Daniel Kochmanski | |
Copyright (C) 2020 Daniel Kochmanski and Marius Gerbershagen | |
ECL is free software, and you are welcome to redistribute it | |
under certain conditions; see file 'Copyright' for details. | |
Type :h for Help. | |
Top level in: #<process TOP-LEVEL 0x637341af80>. |
NewerOlder