Skip to content

Commit b2946f4

Browse files
committed
Added missing file 😅
1 parent bb41b38 commit b2946f4

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

‎clpmfile‎

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
;;; -*- Mode: common-lisp; -*-
2+
(:api-version "0.4")
3+
4+
(:source "quicklisp"
5+
:url "https://quicklisp.common-lisp-project-index.org/"
6+
:type :ql-clpi)
7+
8+
;; (:source "quicklisp"
9+
;; :type :quicklisp
10+
;; :url "https://beta.quicklisp.org/dist/quicklisp.txt")
11+
12+
(:gitlab "cl-fast-ecs"
13+
:path "lockie/cl-fast-ecs"
14+
:tag "0.3.0"
15+
:systems (:cl-fast-ecs))
16+
17+
(:github "cl-liballegro"
18+
:path "resttime/cl-liballegro"
19+
:commit "afd4073d2588748f6289a9a0823209505aad4166")
20+
21+
(:gitlab "cl-liballegro-nuklear"
22+
:path "lockie/cl-liballegro-nuklear"
23+
:commit "f450bf4b9da419d67237f13c535293cb92c47e42")
24+
25+
(:github "cl-tiled"
26+
:path "zulu-inuoe/cl-tiled"
27+
:commit "c48ebf75b918fc3a557c8823a965c28509379cea")
28+
29+
;; TODO : windows build crashes trying to call gcc while grovelling
30+
;; with \\?\C:\yada-yada.o as an output. Build CLPM from source on Windows?
31+
;; old cffi version fails in the same way (but also misses libffi ver. 8)
32+
;; https://github.com/cffi/cffi/issues/354 ?
33+
;; https://github.com/cffi/cffi/blob/c42b42e93a784c9396047078eff9caed257d7c28/grovel/grovel.lisp#L237
34+
;; https://github.com/cffi/cffi/blob/c42b42e93a784c9396047078eff9caed257d7c28/toolchain/c-toolchain.lisp#L324
35+
;; (:github "cffi"
36+
;; :path "cffi/cffi"
37+
;; :branch "master"
38+
;; ;; :commit "93da14314a33c907721f5279137cae0995364d43"
39+
;; )
40+
41+
;; test in vbox, post report to clpm bugtracker
42+
43+
44+
(:asd "thoughtbound.asd")

0 commit comments

Comments
 (0)