@@ -2,9 +2,9 @@ Source: clasp-cl
22Section: lisp
33Priority: optional
44Maintainer: Tarn W. Burton <twburton@gmail.com>
5- Build-Depends: debhelper-compat (= 13), libelf-dev, libgmp-dev, llvm-18 ,
6- clang-18 , sbcl, libclang-18 -dev, llvm-18 -dev, ninja-build, libfmt-dev,
7- git, pkg-config, libboost-all-dev, libclang-cpp18 , libclang-cpp18 -dev,
5+ Build-Depends: debhelper-compat (= 13), libelf-dev, libgmp-dev, llvm-16 ,
6+ clang-16 , sbcl, libclang-16 -dev, llvm-16 -dev, ninja-build, libfmt-dev,
7+ git, pkg-config, libboost-all-dev, libclang-cpp16 , libclang-cpp16 -dev,
88 libnetcdf-dev, libczmq-dev, libexpat1-dev
99Standards-Version: 4.5.1
1010Homepage: https://github.com/clasp-developers/clasp
@@ -20,7 +20,7 @@ Provides: lisp-compiler
2020Architecture: any
2121Build-Profiles: <!noclasp>
2222Depends: ${shlibs:Depends}, ${misc:Depends}, libelf1, libgmp10, libgmpxx4ldbl,
23- llvm-18 , clang-18 , libclang-cpp18
23+ llvm-16 , clang-16 , libclang-cpp16
2424Description: Common Lisp implementation that brings Common Lisp and C++ Together
2525 Clasp is a new Common Lisp implementation that seamlessly interoperates
2626 with C++ libraries and programs using LLVM for compilation to native
@@ -37,9 +37,9 @@ Conflicts: clasp-cl
3737Provides: lisp-compiler, clasp-cl
3838Architecture: any
3939Build-Profiles: <!nocando>
40- Depends: ${shlibs:Depends}, ${misc:Depends}, libelf-dev, libgmp-dev, llvm-18 ,
41- clang-18 , sbcl, libclang-18 -dev, llvm-18 -dev, libfmt-dev,
42- libclang-cpp18 , libclang-cpp18 -dev, libnetcdf-dev, libczmq-dev,
40+ Depends: ${shlibs:Depends}, ${misc:Depends}, libelf-dev, libgmp-dev, llvm-16 ,
41+ clang-16 , sbcl, libclang-16 -dev, llvm-16 -dev, libfmt-dev,
42+ libclang-cpp16 , libclang-cpp16 -dev, libnetcdf-dev, libczmq-dev,
4343 libexpat1-dev, ninja-build
4444Description: Common Lisp implementation that brings Common Lisp and C++ Together
4545 Clasp is a new Common Lisp implementation that seamlessly interoperates
0 commit comments