{"id":20612768,"url":"https://github.com/phlummox/hs-perl5","last_synced_at":"2026-03-17T20:02:41.161Z","repository":{"id":54654932,"uuid":"332272156","full_name":"phlummox/hs-perl5","owner":"phlummox","description":"embedded Perl 5 interpreter in Haskell, forked from https://github.com/perl6/Pugs.hs. Candidate package on hackage at https://hackage.haskell.org/package/hs-perl5-0.1.0/candidate. pre-alpha stage software","archived":false,"fork":false,"pushed_at":"2021-02-07T11:05:43.000Z","size":1192,"stargazers_count":12,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T07:45:19.181Z","etag":null,"topics":["embeddings","haskell","perl"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/hs-perl5-0.1.0/candidate","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phlummox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-23T17:47:48.000Z","updated_at":"2025-01-17T09:14:55.000Z","dependencies_parsed_at":"2022-08-13T23:00:40.602Z","dependency_job_id":null,"html_url":"https://github.com/phlummox/hs-perl5","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phlummox/hs-perl5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlummox%2Fhs-perl5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlummox%2Fhs-perl5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlummox%2Fhs-perl5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlummox%2Fhs-perl5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phlummox","download_url":"https://codeload.github.com/phlummox/hs-perl5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlummox%2Fhs-perl5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embeddings","haskell","perl"],"created_at":"2024-11-16T11:07:51.209Z","updated_at":"2026-03-17T20:02:41.144Z","avatar_url":"https://github.com/phlummox.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hs-perl5\n\n![Linux Build Status](https://github.com/phlummox/hs-perl5/workflows/haskell-build/badge.svg)\n\nThis package provides a Haskell interface to an embedded Perl 5 interpreter.\n\nDocumentation and functionality is scarce at the moment; see the tests\nunder `test` for some basic usage examples.\n\nCurrently supported features are:\n\n* Function calls\n* Method calls\n* Module imports\n* Callbacks\n\n**NB: This package is experimental and still in development**\n\n## Prerequisites\n\nThis package requires you to have the Perl libraries and header files\ninstalled on your system (at least 5.8.8).\n\nOn a Debian-based system, they can typically be installed by typing\n\n```\n$ sudo apt-get install perl-dev\n```\n\n## Installation\n\nThis package can be installed either using [Stack][stack] or\n[cabal][cabal]. First, `git clone` this repository, `cd` in, and then\n\n```\n$ stack --stack-yaml=stack-lts-11.yaml build\n# or use one of the other provided stack.yaml files\n```\n\nor\n\n```\n$ cabal update\n$ cabal install --dependencies-only\n$ cabal build\n```\n\n[stack]: https://www.haskellstack.org/\n[cabal]: https://www.haskell.org/cabal/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlummox%2Fhs-perl5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphlummox%2Fhs-perl5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlummox%2Fhs-perl5/lists"}