Package: python-cffi Priority: optional Section: python Installed-Size: 402 Maintainer: Debian Python Modules Team Architecture: all Version: 1.14.0-1~u16.04+mcp1 Depends: python-cffi-backend (<< 1.14.0-1~u16.04+mcp1+c), python-cffi-backend (>= 1.14.0-1~u16.04+mcp1), python-pycparser, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-dev Filename: pool/main/p/python-cffi/python-cffi_1.14.0-1~u16.04+mcp1_all.deb Size: 85450 MD5sum: e96cb7f6ea9434517af30bb419d11c95 SHA1: 13d9374a4c1817ac2f870b31527c78085bf361d7 SHA256: 610014a941c1cfcb44175aeb38ae057f11d019f7703204c4bf7099924b12859e SHA512: 750a73938d6b9e6da8c22406b9ca9555a3eacd7b1bb200445553d9e06166ceb59bda8faa7ed2114a7fc157ea1eaf07622e8cf313f89b19a26a4e467f86fa3c76 Description: Foreign Function Interface for Python calling C code Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f Package: python-cffi-backend Priority: optional Section: python Installed-Size: 192 Maintainer: Debian Python Modules Team Architecture: arm64 Source: python-cffi Version: 1.14.0-1~u16.04+mcp1 Replaces: python-cffi (<< 1) Provides: python-cffi-backend-api-9729, python-cffi-backend-api-max (= 10495), python-cffi-backend-api-min (= 9729) Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.17), libffi6 (>= 3.2) Breaks: python-cffi (<< 1) Filename: pool/main/p/python-cffi/python-cffi-backend_1.14.0-1~u16.04+mcp1_arm64.deb Size: 73198 MD5sum: 8ba7351a7b8028a04772aaf24810fc8d SHA1: 9769c533ed28f88f0b44651176664f8b17d1e843 SHA256: 3481098605851e090a5cb6d387d16b7ea5241085a3d518a0bc3934c8d09c530f SHA512: d2aa4ccf904b30ba99f12be59bfa746cdf48786b80b99e389c4adde4e2c806ad83dcc8207938800297420ebc223b859776da2707782c6f3b38c081af4c27acd2 Description: Foreign Function Interface for Python calling C code - backend Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f Package: python-cffi-backend-dbg Priority: optional Section: debug Installed-Size: 548 Maintainer: Debian Python Modules Team Architecture: arm64 Source: python-cffi Version: 1.14.0-1~u16.04+mcp1 Replaces: python-cffi-dbg (<< 1) Depends: python-cffi-backend (= 1.14.0-1~u16.04+mcp1), python-dbg (<< 2.8), python-dbg (>= 2.7~), libc6 (>= 2.17), libffi6 (>= 3.2) Breaks: python-cffi-dbg (<< 1) Filename: pool/main/p/python-cffi/python-cffi-backend-dbg_1.14.0-1~u16.04+mcp1_arm64.deb Size: 366358 MD5sum: 539e23cb867ef0b8617404870b56d57a SHA1: eb0d9721185104df0f6a09f5a9a5272d2714c936 SHA256: a365d6f2d2bde3852389324d781739012abae2f37496855dcf413932ecaeba9f SHA512: 045d80c080e710311f407e20947114b5d7e853e0768e2224a38000f6a28de0df5df300d593e91bf5e22d87e646b1cb428c118bb2faaab3bbd7c163237ac459df Description: Foreign Function Interface for Python calling C code (Debug version) Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python-cffi backend. Build-Ids: 2eb8080c48a8a3c2f8b114f6be2971cdf49700c2 b3bd26780cf1c92fc61a6ca483f947c529d79207 Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f Package: python3-cffi Priority: optional Section: python Installed-Size: 402 Maintainer: Debian Python Modules Team Architecture: all Source: python-cffi Version: 1.14.0-1~u16.04+mcp1 Depends: python3-cffi-backend (<< 1.14.0-1~u16.04+mcp1+c), python3-cffi-backend (>= 1.14.0-1~u16.04+mcp1), python3-pycparser, python3:any (>= 3.3.2-2~) Suggests: python3-dev Filename: pool/main/p/python-cffi/python3-cffi_1.14.0-1~u16.04+mcp1_all.deb Size: 85558 MD5sum: 9dad101f362f9cf807a98b94a92143ee SHA1: 292a91fca8af81759dbbb5cddadf043b2633df08 SHA256: 34b9a3b28a4cc6fb03987e335ec4255cc88f0ec881639b2591f4bede2d1b04ba SHA512: b91e0f33ed859d755ec7929b68fd65cbe3ed1f33bdd542eddddfb6cfca2877a6bc12c8062b0150ae167231dba9697fad9101e35142e8cfd35062064c00609837 Description: Foreign Function Interface for Python 3 calling C code Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f Package: python3-cffi-backend Priority: optional Section: python Installed-Size: 197 Maintainer: Debian Python Modules Team Architecture: arm64 Source: python-cffi Version: 1.14.0-1~u16.04+mcp1 Replaces: python3-cffi (<< 1) Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10495), python3-cffi-backend-api-min (= 9729) Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.17), libffi6 (>= 3.2) Breaks: python3-cffi (<< 1) Filename: pool/main/p/python-cffi/python3-cffi-backend_1.14.0-1~u16.04+mcp1_arm64.deb Size: 74290 MD5sum: 265251266747e634991cfddb291a5bf4 SHA1: 4a7771e8e25ef62d14131630d0d3fec276d18171 SHA256: 4c2fb639f896a7f75b018dcfac2ec3830746131ffa86c79eab4f5143af08cb0c SHA512: 22cbee4a752d6de403d1a2724040d1c3f852a154697b2e24599781aa6ebc8f32d7ddd9cf739a9665f1f295f1a09d270b737dd87743b4fdbb5191225d1650041b Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f Package: python3-cffi-backend-dbg Priority: optional Section: debug Installed-Size: 576 Maintainer: Debian Python Modules Team Architecture: arm64 Source: python-cffi Version: 1.14.0-1~u16.04+mcp1 Replaces: python3-cffi-dbg (<< 1) Depends: python3-cffi-backend (= 1.14.0-1~u16.04+mcp1), python3-dbg (<< 3.6), python3-dbg (>= 3.5~), libc6 (>= 2.17), libffi6 (>= 3.2) Breaks: python3-cffi-dbg (<< 1) Filename: pool/main/p/python-cffi/python3-cffi-backend-dbg_1.14.0-1~u16.04+mcp1_arm64.deb Size: 386418 MD5sum: 7d7e894aa95f39efb1de1d2bf7ace525 SHA1: 28386abe43b5469a02348ddde85d0da228094164 SHA256: 479e8cf1754e7b7e037a40c2c5fc70c3e47a48ca29cbc5b601c81762ff30f0f6 SHA512: 09be4a7a5735303f1b68a97efc1f9780b0607aceb614d89f60fcedee251eb793255891d61b72d45b1cab5113bf3f8905153145787bdc4ec8340a2de4eccfbe77 Description: Foreign Function Interface for Python 3 calling C code (Debug version) Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python3-cffi backend. Build-Ids: 71e40189ff9feadd8bf19dadc70951598b114348 d9abc5697ecbedb56e3036f8762c30eacea9e97a Homepage: http://cffi.readthedocs.org/ Private-Mcp-Spec-Sha: 8dcb861dc00281669392140bccc8909763fe984f