Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/win32
Haskell support for the Win32 API
https://github.com/haskell/win32
Last synced: about 1 month ago
JSON representation
Haskell support for the Win32 API
- Host: GitHub
- URL: https://github.com/haskell/win32
- Owner: haskell
- License: other
- Created: 2011-08-03T17:46:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T08:20:25.000Z (10 months ago)
- Last Synced: 2024-04-16T00:49:07.696Z (7 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/Win32
- Size: 821 KB
- Stars: 96
- Watchers: 15
- Forks: 60
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
The `Win32` Package
=====================[![Hackage](https://img.shields.io/hackage/v/Win32.svg)](https://hackage.haskell.org/package/Win32) [![PyPI](https://img.shields.io/pypi/l/Django.svg)]() [![Windows build status](https://ci.appveyor.com/api/projects/status/b8dfn205r791rxw5/branch/master?svg=true)](https://ci.appveyor.com/project/Mistuke/win32-5ec4k/branch/master)
See [`Win32` on Hackage](http://hackage.haskell.org/package/Win32) for
more information.Installing from Git
-------------------This package requires no special installation instructions.
To install use `cabal install`
Documentation
-------------------
This library is just a direct binding to Windows API calls and
as such contains no documentation. The documentation for functions
can be found in the equivalently named functions on MSDN
https://msdn.microsoft.com/library/windows/desktop/hh920508.aspxGetting Started
---------------
The `Win32` library is a core GHC library and as such aims to have an
as little as possible footprint when it comes to dependencies.When submitting new requests think hard if any new `Haskell` dependencies are
actually needed. (note that this does not apply to `C` dependencies.)The best way to get started is using `cabal new-build` and `cabal sandboxes`:
```
git clone [email protected]:haskell/win32.git
cd win32
cabal v2-repl
```