{"id":32160184,"url":"https://github.com/wilx/hs-bibutils","last_synced_at":"2025-10-21T13:36:50.661Z","repository":{"id":48429400,"uuid":"59484200","full_name":"wilx/hs-bibutils","owner":"wilx","description":"hs-bibutils source","archived":false,"fork":false,"pushed_at":"2021-07-26T20:15:28.000Z","size":1059,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T22:52:14.732Z","etag":null,"topics":["bibutils","haskell","haskell-bindings","hs-bibutils","pandoc"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/hs-bibutils","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wilx.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":"2016-05-23T13:14:56.000Z","updated_at":"2024-12-28T07:13:49.000Z","dependencies_parsed_at":"2022-09-09T16:50:08.212Z","dependency_job_id":null,"html_url":"https://github.com/wilx/hs-bibutils","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/wilx/hs-bibutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilx%2Fhs-bibutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilx%2Fhs-bibutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilx%2Fhs-bibutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilx%2Fhs-bibutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilx","download_url":"https://codeload.github.com/wilx/hs-bibutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilx%2Fhs-bibutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280271157,"owners_count":26302251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bibutils","haskell","haskell-bindings","hs-bibutils","pandoc"],"created_at":"2025-10-21T13:36:49.083Z","updated_at":"2025-10-21T13:36:50.653Z","avatar_url":"https://github.com/wilx.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n-----\n\n[hs-bibutils] is library with Haskell bindings to Chris Putnam's\n[bibutils], a library that interconverts between various bibliography\nformats using a common MODS-format XML intermediate.\n\n[hs-bibutils] can be used with [pandoc-citeproc] to read and use various\nbibliographic database formats for processing and automatically formatting\ncitations and references according to a [CSL] style.\n\n[pandoc-citeproc] adds to [pandoc], the famous [Haskell] text processing\ntool, a Bibtex like citation and bibliographic formatting and generation\nfacility.\n\n[CSL] is an XML language for specifying citation and bibliographic\nformatting, similar in principle to BibTeX `.bst` files or the binary\nstyle files in commercial products like Endnote or Reference Manager.\n\nDocumentation\n-------------\n\nThe [Haddock] generated documentation is available here:\n\n\u003chttps://hackage.haskell.org/package/hs-bibutils/docs/Text-Bibutils.html\u003e\n\nBug Reports\n-----------\n\nTo submit bug reports you can use the [hs-bibutils] bug tracking\nsystem available at the following address:\n\n\u003chttps://github.com/wilx/hs-bibutils/issues\u003e\n\nCredits\n-------\n\nThanks to [Chris Putnam] for his help.\n\nAuthor\n------\n\nAndrea Rossato\n\n`andrea.rossato at unitn dot it`\n\nMaintainer\n----------\n\nVáclav Haisman\n\n`vhaisman at gmail dot com`\n\nLinks to Related Projects\n----------------\n\nBibutils\n:    \u003chttps://sourceforge.net/p/bibutils/home/Bibutils/\u003e\n\nPandoc\n:    \u003chttps://pandoc.org/\u003e\n\nPandoc-Citeproc\n:    \u003chttps://github.com/jgm/pandoc-citeproc\u003e\n\nCiteproc-hs:\n:    \u003chttp://istitutocolli.org/repos/citeproc-hs/\u003e\n\nCSL\n:    \u003chttp://xbiblio.sourceforge.net/csl/\u003e\n\nLegal\n-----\n\nThis software is released under the GNU GPL. See LICENSE for more\ndetails.\n\nThis is an early, \"alpha\" release. It carries no warranties of any kind.\n\nCopyright © 2008 – 2010 Andrea Rossato\n\n[hs-bibutils]: https://github.com/wilx/hs-bibutils\n[bibutils]: https://sourceforge.net/p/bibutils/home/Bibutils/\n[Hackage]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hs-bibutils\n[citeproc-hs]: http://istitutocolli.org/repos/citeproc-hs/\n[CSL]: http://citationstyles.org/\n[pandoc]: http://pandoc.org/\n[pandoc-citeproc]: https://github.com/jgm/pandoc-citeproc\n[Zotero]: http://www.zotero.org\n[MODS]: http://www.loc.gov/mods/\n[Bruce D'Arcus]: http://community.muohio.edu/blogs/darcusb/\n[John MacFarlane]: http://johnmacfarlane.net/\n[Chris Putnam]: http://www.scripps.edu/~cdputnam/\n[Haskell]:  http://www.haskell.org/\n[Haddock]:  http://www.haskell.org/haddock/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilx%2Fhs-bibutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilx%2Fhs-bibutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilx%2Fhs-bibutils/lists"}