hs-perl5: Haskell interface to embedded Perl 5 interpreter

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]

This module provides a Haskell interface to embedded Perl 5 interpreter.

Documentation and functionality is scarce at the moment; see examples/test.hs for some basic usage examples.

Currently supported features are:

IN DEVELOPMENT & EXPERIMENTAL

PORTABILITY: probably only Linux

If using Stack -- seems to work OK on stack lts-9 thru stack lts-15


[Skip to Readme]

Properties

Versions 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring, hs-perl5, text [details]
License MIT
Copyright 2008-2015 Audrey Tang, 2021- Phlummox
Author Audrey Tang <audreyt@audreyt.org>, phlummox <phlummox2@gmail.com>
Maintainer phlummox <phlummox2@gmail.com>
Category Language, Perl
Home page https://github.com/phlummox/hs-perl5#readme
Bug tracker https://github.com/phlummox/hs-perl5/issues
Source repo head: git clone https://github.com/phlummox/hs-perl5
Uploaded by phlummox at 2021-02-05T19:02:16Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hs-perl5-0.1.0

[back to package description]

hs-perl5

Linux Build Status

This package provides a Haskell interface to an embedded Perl 5 interpreter.

Documentation and functionality is scarce at the moment; see the tests under test for some basic usage examples.

Currently supported features are:

NB: This package is experimental and still in development

Prerequisites

This package requires you to have the Perl libraries and header files installed on your system (at least 5.8.8).

On a Debian-based system, they can typically be installed by typing

$ sudo apt-get install perl-dev

Installation

This package can be installed either using Stack or cabal. First, git clone this repository, cd in, and then

$ stack --stack-yaml=stack-lts-11.yaml build
# or use one of the other provided stack.yaml files

or

$ cabal update
$ cabal install --dependencies-only
$ cabal build