passagemath-ecl 10.6.30__cp313-cp313-macosx_13_0_x86_64.whl → 10.6.31__cp313-cp313-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-ecl might be problematic. Click here for more details.
- ecl/kenzo.fas +0 -0
- ecl/maxima.fas +0 -0
- {passagemath_ecl-10.6.30.dist-info → passagemath_ecl-10.6.31.dist-info}/METADATA +5 -4
- {passagemath_ecl-10.6.30.dist-info → passagemath_ecl-10.6.31.dist-info}/METADATA.bak +6 -5
- {passagemath_ecl-10.6.30.dist-info → passagemath_ecl-10.6.31.dist-info}/RECORD +43 -43
- {passagemath_ecl-10.6.30.dist-info → passagemath_ecl-10.6.31.dist-info}/WHEEL +1 -1
- passagemath_ecl.dylibs/libecl.24.5.10.dylib +0 -0
- passagemath_ecl.dylibs/libffi.8.dylib +0 -0
- passagemath_ecl.dylibs/libgc.1.dylib +0 -0
- sage/libs/ecl.cpython-313-darwin.so +0 -0
- sage_wheels/bin/ecl +0 -0
- sage_wheels/lib/ecl-24.5.10/asdf.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/build-stamp +1 -1
- sage_wheels/lib/ecl-24.5.10/cmp.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/deflate.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/defsystem.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/dpp +0 -0
- sage_wheels/lib/ecl-24.5.10/ecl-cdb.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/ecl-curl.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/ecl-help.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/ecl-quicklisp.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/ecl_min +0 -0
- sage_wheels/lib/ecl-24.5.10/help.doc +0 -0
- sage_wheels/lib/ecl-24.5.10/libasdf.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libcmp.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libdeflate.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libdefsystem.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libecl-cdb.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libecl-curl.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libecl-help.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libecl-quicklisp.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libpackage-locks.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libql-minitar.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libsb-bsd-sockets.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libserve-event.a +0 -0
- sage_wheels/lib/ecl-24.5.10/libsockets.a +0 -0
- sage_wheels/lib/ecl-24.5.10/package-locks.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/ql-minitar.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/sb-bsd-sockets.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/serve-event.fas +0 -0
- sage_wheels/lib/ecl-24.5.10/sockets.fas +0 -0
- sage_wheels/lib/maxima/5.47.0/binary-ecl/maxima +0 -0
- {passagemath_ecl-10.6.30.dist-info → passagemath_ecl-10.6.31.dist-info}/top_level.txt +0 -0
ecl/kenzo.fas
CHANGED
|
Binary file
|
ecl/maxima.fas
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-ecl
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31
|
|
4
4
|
Summary: passagemath: Embeddable Common Lisp
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -24,14 +24,15 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
32
33
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
33
|
-
Requires-Dist: passagemath-categories~=10.6.
|
|
34
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
34
|
+
Requires-Dist: passagemath-categories~=10.6.31.0
|
|
35
|
+
Requires-Dist: passagemath-environment~=10.6.31.0
|
|
35
36
|
Provides-Extra: test
|
|
36
37
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
37
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-ecl
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31
|
|
4
4
|
Summary: passagemath: Embeddable Common Lisp
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -24,15 +24,16 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
32
33
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
33
|
-
Requires-Dist: passagemath-conf~=10.6.
|
|
34
|
-
Requires-Dist: passagemath-categories~=10.6.
|
|
35
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
34
|
+
Requires-Dist: passagemath-conf~=10.6.31.0; sys_platform != "win32"
|
|
35
|
+
Requires-Dist: passagemath-categories~=10.6.31.0
|
|
36
|
+
Requires-Dist: passagemath-environment~=10.6.31.0
|
|
36
37
|
Provides-Extra: test
|
|
37
38
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
38
39
|
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
passagemath_ecl-10.6.
|
|
2
|
-
passagemath_ecl-10.6.
|
|
3
|
-
passagemath_ecl-10.6.
|
|
4
|
-
passagemath_ecl-10.6.
|
|
5
|
-
passagemath_ecl-10.6.
|
|
6
|
-
sage_wheels/bin/ecl,sha256=
|
|
7
|
-
sage_wheels/lib/ecl-24.5.10/sb-bsd-sockets.fas,sha256=
|
|
1
|
+
passagemath_ecl-10.6.31.dist-info/RECORD,,
|
|
2
|
+
passagemath_ecl-10.6.31.dist-info/METADATA.bak,sha256=SYwOPIKgTSMHYWpK8QoDXX5JLuVjONyv1ts2-grYsTo,5889
|
|
3
|
+
passagemath_ecl-10.6.31.dist-info/WHEEL,sha256=dqpbZcjLxwLxLtqMmsTaqDMMuDhYxgCoo_mtclZ-KCY,154
|
|
4
|
+
passagemath_ecl-10.6.31.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
+
passagemath_ecl-10.6.31.dist-info/METADATA,sha256=iFDaeNk4OWs2-9IxlpVgr_wxR8r_9rPhsv-Q-v8IBV0,5821
|
|
6
|
+
sage_wheels/bin/ecl,sha256=UGJBrNiELf75G3nSbTPko5dTen0AygwhOcD1_EaqS4g,32080
|
|
7
|
+
sage_wheels/lib/ecl-24.5.10/sb-bsd-sockets.fas,sha256=12HUWuZk1TBMfwX66VaEbUzQRvlan2jUE2Ns06HP4Ng,32176
|
|
8
8
|
sage_wheels/lib/ecl-24.5.10/sockets.asd,sha256=joYyoH2FyU9pCsib5IUy5V-Oes58Tjvas-H-NvQwSJQ,188
|
|
9
9
|
sage_wheels/lib/ecl-24.5.10/ql-minitar.asd,sha256=t3w4T3QTCNjDbt-7eEg5VaOeG2KZZr2lfKvLKB3G2eg,200
|
|
10
|
-
sage_wheels/lib/ecl-24.5.10/cmp.fas,sha256=
|
|
11
|
-
sage_wheels/lib/ecl-24.5.10/libecl-quicklisp.a,sha256=
|
|
12
|
-
sage_wheels/lib/ecl-24.5.10/libdefsystem.a,sha256=
|
|
13
|
-
sage_wheels/lib/ecl-24.5.10/package-locks.fas,sha256=
|
|
10
|
+
sage_wheels/lib/ecl-24.5.10/cmp.fas,sha256=SwTOU9NcAPk5UprtDFBswoMLLhZl8vEWNagLRqGNJgU,1202000
|
|
11
|
+
sage_wheels/lib/ecl-24.5.10/libecl-quicklisp.a,sha256=hCvGFl1e16AaitCRHXbIpbdiD0s1v45FTgGYRPWtnZw,63872
|
|
12
|
+
sage_wheels/lib/ecl-24.5.10/libdefsystem.a,sha256=egpy1lmCM3r4eJ0QoaOvzrigNkt4cNQ-b8nlCJMj4BU,764728
|
|
13
|
+
sage_wheels/lib/ecl-24.5.10/package-locks.fas,sha256=JUrwqEwRy5uqSXcwgBP-v3GJ_R88zXS4FdUYMj2AW6E,33776
|
|
14
14
|
sage_wheels/lib/ecl-24.5.10/LICENSE,sha256=3L1ceZrXMqn21-9x6WytPkpJZeX5rVx9I4ScNUNN9p8,1734
|
|
15
15
|
sage_wheels/lib/ecl-24.5.10/serve-event.asd,sha256=8QWlLWanXFTZ6vFopyzEJ5azIGedrvwHvUiokh6hrfQ,204
|
|
16
16
|
sage_wheels/lib/ecl-24.5.10/defsystem.asd,sha256=2tOSiPVGcShFQiGiEF35TlwioUY_hmdmQz7pZzRGnlE,196
|
|
17
17
|
sage_wheels/lib/ecl-24.5.10/prebuilt-asdf.asd,sha256=6p3Ec2nhB-XNlrgF8P57tNcGIIx5hAUnBEiWXzxxSUE,198
|
|
18
|
-
sage_wheels/lib/ecl-24.5.10/ecl-cdb.fas,sha256=
|
|
18
|
+
sage_wheels/lib/ecl-24.5.10/ecl-cdb.fas,sha256=libSR61y72nP4FWcaLgqHp_EtvCOhAcWIHlvA18-8u4,51824
|
|
19
19
|
sage_wheels/lib/ecl-24.5.10/ecl-help.asd,sha256=s9nZ9RuvAbYJOqe9ESvQ5tk4doTOxj-oRshGu47GyCs,192
|
|
20
|
-
sage_wheels/lib/ecl-24.5.10/libpackage-locks.a,sha256=
|
|
21
|
-
sage_wheels/lib/ecl-24.5.10/ecl-curl.fas,sha256=
|
|
22
|
-
sage_wheels/lib/ecl-24.5.10/build-stamp,sha256=
|
|
23
|
-
sage_wheels/lib/ecl-24.5.10/libecl-help.a,sha256=
|
|
24
|
-
sage_wheels/lib/ecl-24.5.10/libql-minitar.a,sha256=
|
|
25
|
-
sage_wheels/lib/ecl-24.5.10/help.doc,sha256=
|
|
26
|
-
sage_wheels/lib/ecl-24.5.10/libecl-cdb.a,sha256=
|
|
20
|
+
sage_wheels/lib/ecl-24.5.10/libpackage-locks.a,sha256=zQo-wXjDQ9vTcaBBUNzMyTmwAClfdt922b4ANLrRBQU,55568
|
|
21
|
+
sage_wheels/lib/ecl-24.5.10/ecl-curl.fas,sha256=9gAwXYEUwmmzjcUITQ_MGImd0TgDMxB7aKR81CB7bAs,45920
|
|
22
|
+
sage_wheels/lib/ecl-24.5.10/build-stamp,sha256=mAqmaUWTeFAmRRGUkHbc0tBOY7OmNz_skgOnc5JCS6o,694
|
|
23
|
+
sage_wheels/lib/ecl-24.5.10/libecl-help.a,sha256=IMEJX7cfKIqFALvtcQCSLsjJ1Q5Xoqa8PlbA6w4e9fc,163128
|
|
24
|
+
sage_wheels/lib/ecl-24.5.10/libql-minitar.a,sha256=yiKcONxYftXzOjhd1pm4k-FFrIfmhktVyXwM3Dse0Ek,96152
|
|
25
|
+
sage_wheels/lib/ecl-24.5.10/help.doc,sha256=SRckPxYN4A6FPkDB0CLXdNtoT7uLiFROkfvkubUYTm8,749583
|
|
26
|
+
sage_wheels/lib/ecl-24.5.10/libecl-cdb.a,sha256=6fC5eUvJ3n5MtYFDxNWCtLezksj83A8iBi0sazD_Hfw,124128
|
|
27
27
|
sage_wheels/lib/ecl-24.5.10/ecl-quicklisp.asd,sha256=pjXAWs2uzslp5aLipNo7tXc0L00OYlJmRVaIChM62lI,212
|
|
28
|
-
sage_wheels/lib/ecl-24.5.10/deflate.fas,sha256=
|
|
29
|
-
sage_wheels/lib/ecl-24.5.10/libasdf.a,sha256=
|
|
30
|
-
sage_wheels/lib/ecl-24.5.10/libcmp.a,sha256=
|
|
28
|
+
sage_wheels/lib/ecl-24.5.10/deflate.fas,sha256=a50TBFi9DKlOiyMUh1rOht96KmC3By2TLrBd-e6j5gg,113696
|
|
29
|
+
sage_wheels/lib/ecl-24.5.10/libasdf.a,sha256=QtH8rbBMpa-6CV9WK2vFvPHLblgzJl9jy6Yo5amXDmk,3018080
|
|
30
|
+
sage_wheels/lib/ecl-24.5.10/libcmp.a,sha256=jHzXtvPRRRCdafGr1vddKpQyt9N0td9y-obBKFQnUwE,5896024
|
|
31
31
|
sage_wheels/lib/ecl-24.5.10/TAGS,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
sage_wheels/lib/ecl-24.5.10/libserve-event.a,sha256=
|
|
32
|
+
sage_wheels/lib/ecl-24.5.10/libserve-event.a,sha256=Nrpap5sxqzm0v5q6s6cFpkJHqHYUdCmoB_ma7Amw25U,108560
|
|
33
33
|
sage_wheels/lib/ecl-24.5.10/COPYING,sha256=3GJlINzVOiL3J68-5Cx3DlbJemT-OtsGN5nYqwMv5VE,26530
|
|
34
34
|
sage_wheels/lib/ecl-24.5.10/deflate.asd,sha256=Ie8GSF39SOc7_8mDSQqw8MUKQWW7BPzkTea6m2NXnw0,188
|
|
35
|
-
sage_wheels/lib/ecl-24.5.10/ecl-quicklisp.fas,sha256=
|
|
35
|
+
sage_wheels/lib/ecl-24.5.10/ecl-quicklisp.fas,sha256=QoTEknGSsfkmLrlKTlDjIdJxXhazF9s3Xw1hK0QKmjw,38784
|
|
36
36
|
sage_wheels/lib/ecl-24.5.10/ecl-curl.asd,sha256=xShSeq1orI03l1GlQuI7FRU7xmgMlzHnyBi6Kq3_rF4,192
|
|
37
|
-
sage_wheels/lib/ecl-24.5.10/ecl-help.fas,sha256=
|
|
37
|
+
sage_wheels/lib/ecl-24.5.10/ecl-help.fas,sha256=ll4_-8k1fzd4_z6VH4ciBIFg-wP7BWVs3NKqVcfQqkg,53520
|
|
38
38
|
sage_wheels/lib/ecl-24.5.10/ecl-cdb.asd,sha256=JFEv_qZQA-CrgHhxCSd27sQ0B_hp_ssOFf0htjhG020,188
|
|
39
|
-
sage_wheels/lib/ecl-24.5.10/defsystem.fas,sha256=
|
|
40
|
-
sage_wheels/lib/ecl-24.5.10/serve-event.fas,sha256=
|
|
39
|
+
sage_wheels/lib/ecl-24.5.10/defsystem.fas,sha256=1z9byrtnU7IEj1nndkA0l54uvWcWRptl1x_cL0EWlP0,246016
|
|
40
|
+
sage_wheels/lib/ecl-24.5.10/serve-event.fas,sha256=Q-MojbGA4BE_MEPdFU5_VCbyVNFr7jV-B588SAA2vHw,50624
|
|
41
41
|
sage_wheels/lib/ecl-24.5.10/package-locks.asd,sha256=J41l5AvDLczZOYQ3tO9RLpGIDBdc8DRwfqFEpn0NHWg,212
|
|
42
|
-
sage_wheels/lib/ecl-24.5.10/libsockets.a,sha256=
|
|
42
|
+
sage_wheels/lib/ecl-24.5.10/libsockets.a,sha256=Z9ciz4IUcuaT-Ih6O0BiOb8EnYO5yMmvjnlT55_SJiw,308248
|
|
43
43
|
sage_wheels/lib/ecl-24.5.10/cmp.asd,sha256=DUv5dmkxQ3yuxVy1EBSAeH_Meu39wOYsthCpqBKBo7c,172
|
|
44
|
-
sage_wheels/lib/ecl-24.5.10/asdf.fas,sha256=
|
|
45
|
-
sage_wheels/lib/ecl-24.5.10/libdeflate.a,sha256=
|
|
46
|
-
sage_wheels/lib/ecl-24.5.10/libsb-bsd-sockets.a,sha256
|
|
47
|
-
sage_wheels/lib/ecl-24.5.10/ql-minitar.fas,sha256=
|
|
48
|
-
sage_wheels/lib/ecl-24.5.10/sockets.fas,sha256=
|
|
49
|
-
sage_wheels/lib/ecl-24.5.10/ecl_min,sha256=
|
|
50
|
-
sage_wheels/lib/ecl-24.5.10/dpp,sha256=
|
|
44
|
+
sage_wheels/lib/ecl-24.5.10/asdf.fas,sha256=LQAGAE0pvJsdXc-e08ZJTEzcMzV0UudeOBNrgaFsdRA,973264
|
|
45
|
+
sage_wheels/lib/ecl-24.5.10/libdeflate.a,sha256=Og_puueLo9rXZ5GoV7ZULNHSmAuoPWMJhgyIYZVV3Z4,372792
|
|
46
|
+
sage_wheels/lib/ecl-24.5.10/libsb-bsd-sockets.a,sha256=u0lP1svpUBghmvHqgvTSbPjakN8w_ZM-TONiYO4jSS0,46744
|
|
47
|
+
sage_wheels/lib/ecl-24.5.10/ql-minitar.fas,sha256=k07n6aBhdBOpdqbe3RzD_2ZefeAJOJGpogkFAuLsIhc,45680
|
|
48
|
+
sage_wheels/lib/ecl-24.5.10/sockets.fas,sha256=AMV0xTOpo3uT9F2NG8qPJfXawCp_mxBOvzi-viGcRz4,100576
|
|
49
|
+
sage_wheels/lib/ecl-24.5.10/ecl_min,sha256=bqGrl5X45JPi8awjowbaAHfEvjX4KorIX32GD5yJ5VI,2338816
|
|
50
|
+
sage_wheels/lib/ecl-24.5.10/dpp,sha256=YjT8kt87OgMslvHVwa4ySUUWz1gWUkLi5HCBSReAtmQ,142240
|
|
51
51
|
sage_wheels/lib/ecl-24.5.10/sb-bsd-sockets.asd,sha256=xVMQEqgEUEDRA6wFoik6PB7G49JhYFA4epYFfr9kzuo,224
|
|
52
|
-
sage_wheels/lib/ecl-24.5.10/libecl-curl.a,sha256=
|
|
52
|
+
sage_wheels/lib/ecl-24.5.10/libecl-curl.a,sha256=ClLTEEMM2uqGInjJ38I4s6xjxfCr5Tv9xKBAohFGTto,20312
|
|
53
53
|
sage_wheels/lib/ecl-24.5.10/encodings/latin-8,sha256=6Kr6Mo4OtrpvYb2vqxu5mHw_EQb_IMj6kbEtA6jVHb4,66
|
|
54
54
|
sage_wheels/lib/ecl-24.5.10/encodings/windows-cp1256.bin,sha256=ksKuK1x0YM_T4FfSW6rOuQK1vy6xpk7kBT_q9MKtYJM,1026
|
|
55
55
|
sage_wheels/lib/ecl-24.5.10/encodings/iso-8859-16.bin,sha256=sm2hMywIZF34v4PQAnufK9b10sl7aUU5TxRA4m0nSZ8,1026
|
|
@@ -204,18 +204,18 @@ sage_wheels/lib/ecl-24.5.10/encodings/iso-8859-1.bin,sha256=D51Bmuri0Pe3XODH_bLW
|
|
|
204
204
|
sage_wheels/lib/ecl-24.5.10/encodings/tools.lisp,sha256=fFMKmXqkaWwp-sTW7GyWmSK6BCE0N0SE2NoeWIMjjq8,10573
|
|
205
205
|
sage_wheels/lib/ecl-24.5.10/encodings/koi8r,sha256=q4xxphytLGB962kxEy4ac6lQz1RRhNgMaAI3rSRFy64,59
|
|
206
206
|
sage_wheels/lib/ecl-24.5.10/encodings/ms-ansi,sha256=leXv_i5D_-w1EIJrGNnAttBuc1nZIfltJAF3HjFbjiE,69
|
|
207
|
-
sage_wheels/lib/maxima/5.47.0/binary-ecl/maxima,sha256=
|
|
208
|
-
passagemath_ecl.dylibs/libgc.1.dylib,sha256=
|
|
209
|
-
passagemath_ecl.dylibs/libffi.8.dylib,sha256=
|
|
210
|
-
passagemath_ecl.dylibs/libecl.24.5.10.dylib,sha256=
|
|
207
|
+
sage_wheels/lib/maxima/5.47.0/binary-ecl/maxima,sha256=NKTQIqw7DQpnSz-uzY0hFcIeVAk4aUP7_b98M6Xjggo,13443712
|
|
208
|
+
passagemath_ecl.dylibs/libgc.1.dylib,sha256=X8UPhO9axzHrQQetyA0hcOIM1lXNR7f534Ed49d3KpY,271936
|
|
209
|
+
passagemath_ecl.dylibs/libffi.8.dylib,sha256=5wD9CwsPl5jpBM86efCgkans4XuvcLhfAp2aM06jktk,69520
|
|
210
|
+
passagemath_ecl.dylibs/libecl.24.5.10.dylib,sha256=Nd26eas2LJcIWefB-CrA2-ltlXEfiQHqpH4aYobXV3Q,3918016
|
|
211
211
|
passagemath_ecl.dylibs/libgmp.10.dylib,sha256=UTdL5IZlP1TXzza9P0fAlJ5m66k77xPeyJmPZFopU_o,510784
|
|
212
|
-
ecl/maxima.fas,sha256=
|
|
213
|
-
ecl/kenzo.fas,sha256=
|
|
212
|
+
ecl/maxima.fas,sha256=8iZKCaxqss4De5EAmbgbAPX5gC8bdL0RyKO4AhewJfc,13443312
|
|
213
|
+
ecl/kenzo.fas,sha256=9XRJtfHW39ufMmRvduPxU0ktkZLI6ujet7sezEd-5h4,2298016
|
|
214
214
|
sage/all__sagemath_ecl.py,sha256=j9U27a3VAZgCMcaLcpdQ7mM886uLse9-160Dz7Gg7mI,107
|
|
215
215
|
sage/libs/eclsig.h,sha256=6UBHqDpOqvucCWvZ7XTo7detFdFFUh_ooAZrgEp_45Y,3387
|
|
216
216
|
sage/libs/all__sagemath_ecl.py,sha256=3JICjI35L6dQR1rMt4FoUCawCrHy_Vo5xI-IRlKVJOs,42
|
|
217
217
|
sage/libs/ecl.pxd,sha256=9pN9YM6vmQHWTHiE5ZJ3wDOaeZGQnwM1HjjLipygni4,5996
|
|
218
|
-
sage/libs/ecl.cpython-313-darwin.so,sha256
|
|
218
|
+
sage/libs/ecl.cpython-313-darwin.so,sha256=-lIoSHqtdQ1Sp-ta0WwqKjIKhkDNpDaYpOKIv40166E,213600
|
|
219
219
|
sage/libs/ecl.pyx,sha256=leZ24N5FIWVVKyesYBSx7qQ9-BrC5K4y9BSIljjnbmw,43071
|
|
220
220
|
sage/interfaces/lisp.py,sha256=blHAu-_RExkvLux3NvjOf3hpkyok1CsZSC5GCP2gT2g,15112
|
|
221
221
|
sage/interfaces/all__sagemath_ecl.py,sha256=3JICjI35L6dQR1rMt4FoUCawCrHy_Vo5xI-IRlKVJOs,42
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/ecl
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Darwin
|
|
1
|
+
# Darwin sjc20-cw759-c7565043-1e7c-4877-a162-ad797665cf39-4AFEB297D69B.local 24.6.0 Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64 x86_64
|
|
2
2
|
|
|
3
3
|
It was created by ecl configure 24.5.10, which was
|
|
4
4
|
generated by GNU Autoconf 2.72. Invocation command line was
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/lib/ecl-24.5.10/dpp
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|