{"id":39349641,"url":"https://github.com/bwipp/gsapi","last_synced_at":"2026-01-18T02:27:47.398Z","repository":{"id":74475299,"uuid":"268388502","full_name":"bwipp/GSAPI","owner":"bwipp","description":"Copy of Perl extension for accessing GNU Ghostscript (with fixes)","archived":false,"fork":false,"pushed_at":"2020-06-01T12:35:56.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-09T20:51:08.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/GSAPI","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bwipp.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-01T00:26:16.000Z","updated_at":"2020-06-19T16:36:51.000Z","dependencies_parsed_at":"2023-02-26T02:30:50.002Z","dependency_job_id":null,"html_url":"https://github.com/bwipp/GSAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bwipp/GSAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwipp%2FGSAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwipp%2FGSAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwipp%2FGSAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwipp%2FGSAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bwipp","download_url":"https://codeload.github.com/bwipp/GSAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwipp%2FGSAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":[],"created_at":"2026-01-18T02:27:47.315Z","updated_at":"2026-01-18T02:27:47.389Z","avatar_url":"https://github.com/bwipp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"GSAPI version 0.6 (heavily untested)\n=================\n\nThis module provides an interface to the gsapi\nfunctions of GNU Gostscript.\n\nYou normally won't need this module, it's far easier\nto pipe to gs under Unix.\n\nYou need libgs - which is normally available under most Linux Distributions\nas ghostscript-devel or equivalent - and the ghostscript header files, see\nINSTALL.\n\nYou normally want to use the tie-method, here an example:\n\nmy $output;\n{ local *FH;\n   tie *FH, \"GSAPI\", stdout =\u003e sub { $output .= $_[0]; length $_[0]};\n   print FH \"12345679 9 mul pstack quit\\n\";\n}\n\nok($output =~ /111111111/);\n\n\n\nINSTALLATION\n\nTo install this module type the following:\n\n   perl Makefile.PL CCFLAGS=-I/path-to/gnu_ghostscript-8.15/src\n   make\n   make test\n   make install\n\nCOPYRIGHT AND LICENCE\n\nCopyright (C) 2008 by Philip Gwyn \u003cgwyn-at-cpan.org\u003e\nCopyright (C) 2003,2005 by Stefan Traby \u003cstefan@hello-penguin.com\u003e\nCopyright (C) 2003,2005 by KW-Computer Ges.m.b.H Graz, Austria.\n\nThis library is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License 2.0 or any later version.\n\nthe reason why this module is not available under dual license (Artistic/GPL)\nis simply the fact that GNU Gostscript is only available under GPL and not\nunder Artistic License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwipp%2Fgsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwipp%2Fgsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwipp%2Fgsapi/lists"}