macos-corelibs: Haskell bindings to C-based Mac OS SDK frameworks

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Type-safe Haskell bindings to C-based frameworks of the Apple Mac OS SDK, including CoreFoundation, CoreGraphics, and Carbon Accessibility APIs. Please see the README on Github for more information.


[Skip to Readme]

Properties

Versions 0.0.1.0, 0.0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), containers (>=0.6.0 && <0.7), managed (>=1.0.6 && <1.1), mtl (>=2.2.2 && <2.3), profunctors (>=5.3 && <5.4), tagged (>=0.8.6 && <0.9), transformers (>=0.5.5 && <0.6) [details]
License BSD-3-Clause
Copyright 2018 Filippo Sestini
Author Filippo Sestini
Maintainer sestini.filippo@gmail.com
Category System
Source repo head: git clone https://github.com/fsestini/macos-corelibs
Uploaded by fsestini at 2018-12-15T13:53:00Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for macos-corelibs-0.0.1.0

[back to package description]
# Mac OS core libraries

Type-safe Haskell bindings to C-based frameworks of the Apple Mac OS SDK. Most
notably, the library offers bindings to

* CoreFoundation
* CoreGraphics
* Carbon Accessibility

This library is unstable, experimental, WIP, and under active testing. Rely upon
it with great care, and definitely avoid it in serious/production code.

The bindings do not cover the all of the target frameworks, and it is likely
they will never reach 100% coverage. Additions may nevertheless happen, and PRs
adding functionality or even additional frameworks are very welcome.