Popularity
6.5
Declining
Activity
0.0
Stable
10
6
4
Monthly Downloads: 206
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
System
Latest version: v0.2
code-page alternatives and similar packages
Based on the "System" category.
Alternatively, view code-page alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of code-page or a related project?
README
code-page
This library provides two modules:
System.IO.CodePage
: a cross-platform module that exports functions which adjust code pages on Windows, and do nothing on other operating systems.System.Win32.CodePage
: On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this module exports nothing.
*Note that all licence references and agreements mentioned in the code-page README section above
are relevant to that project's source code only.