The cpython package
These bindings allow Haskell code to call CPython code. It is not currently possible to call Haskell code from CPython, but this feature is planned.
Properties
| Versions | 3.1.0, 3.1.1.0, 3.1.2.0, 3.1.2.1, 3.1.3, 3.1.4, 3.2.0, 3.3.0 |
|---|---|
| Dependencies | base (≥4.0 & <5.0), bytestring (≥0.9), text (≥0.1 & <0.12) |
| License | GPL-3 |
| Author | John Millikin <jmillikin@gmail.com> |
| Maintainer | John Millikin <jmillikin@gmail.com> |
| Category | Foreign |
| Home page | https://john-millikin.com/software/haskell-python/ |
| Source repository | bzr branch https://john-millikin.com/branches/haskell-cpython/3.3/ |
| Upload date | Fri Dec 21 19:31:01 UTC 2012 |
| Uploaded by | JohnMillikin |
| Build failure | ghc-7.6 (log) |
Modules
- CPython
- CPython.Constants
- Protocols
- CPython.Protocols.Iterator
- CPython.Protocols.Mapping
- CPython.Protocols.Number
- CPython.Protocols.Object
- CPython.Protocols.Sequence
- CPython.Reflection
- CPython.System
- CPython.Types
- CPython.Types.ByteArray
- CPython.Types.Bytes
- CPython.Types.Capsule
- CPython.Types.Cell
- CPython.Types.Code
- CPython.Types.Complex
- CPython.Types.Dictionary
- CPython.Types.Exception
- CPython.Types.Float
- CPython.Types.Function
- CPython.Types.InstanceMethod
- CPython.Types.Integer
- CPython.Types.Iterator
- CPython.Types.List
- CPython.Types.Method
- CPython.Types.Module
- CPython.Types.Set
- CPython.Types.Slice
- CPython.Types.Tuple
- CPython.Types.Type
- CPython.Types.Unicode
- CPython.Types.WeakReference
Downloads
- cpython-3.3.0.tar.gz (Cabal source package)
- package description (included in the package)