{"id":13961558,"url":"https://github.com/OrangeShark/guile-commonmark","last_synced_at":"2025-07-21T06:31:05.709Z","repository":{"id":54272439,"uuid":"46749227","full_name":"OrangeShark/guile-commonmark","owner":"OrangeShark","description":"Implementation of CommonMark for Guile","archived":false,"fork":false,"pushed_at":"2020-05-08T23:34:25.000Z","size":244,"stargazers_count":38,"open_issues_count":10,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-28T07:34:32.776Z","etag":null,"topics":["commonmark","guile"],"latest_commit_sha":null,"homepage":"","language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OrangeShark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-23T21:30:33.000Z","updated_at":"2024-08-18T06:18:34.000Z","dependencies_parsed_at":"2022-08-13T10:40:21.438Z","dependency_job_id":null,"html_url":"https://github.com/OrangeShark/guile-commonmark","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/OrangeShark/guile-commonmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangeShark%2Fguile-commonmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangeShark%2Fguile-commonmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangeShark%2Fguile-commonmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangeShark%2Fguile-commonmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OrangeShark","download_url":"https://codeload.github.com/OrangeShark/guile-commonmark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangeShark%2Fguile-commonmark/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266253505,"owners_count":23900051,"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","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":["commonmark","guile"],"created_at":"2024-08-08T17:01:15.817Z","updated_at":"2025-07-21T06:31:05.329Z","avatar_url":"https://github.com/OrangeShark.png","language":"Scheme","funding_links":[],"categories":["Scheme"],"sub_categories":[],"readme":"guile-commonmark\n================\nguile-commonmark is a library for parsing [CommonMark](http://commonmark.org/),\na fully specified variant of Markdown.\n\n\nExample\n-------\n```scheme\n(use-modules (commonmark sxml)\n             (sxml simple))\n\n(define doc\n  \"A CommonMark document\n=============\n\n1. here is a list\n2. with another item\n\n    this is some code\n\nA regular paragraph\")\n\n;; Parses the CommonMark.\n(define doc-sxml (commonmark-\u003esxml doc))\n\n;; Writes to the current output port\n(sxml-\u003exml doc-sxml)\n```\n\nRequirements\n------------\n\n - [GNU Guile](https://www.gnu.org/software/guile/) \u003e= 2.0.11\n - [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config)\n\nInstallation\n------------\n\nDownload the latest tarball and run:\n```sh\n./configure\nmake\nsudo make install\n```\n\nThis will install guile-commonmark with the prefix `/usr/local/`. This\nis not in the default load path for GNU Guile. You may choose to\nchange the prefix to your GNU Guile's location with `./configure\n--prefix=/usr` or add `/usr/local/` to GNU Guile's load path in your\n`.profile` or `.bash_profile` like this (replacing 2.2 with your GNU\nGuile version):\n```sh\nexport GUILE_LOAD_PATH=\"/usr/local/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH\"\nexport GUILE_LOAD_COMPILED_PATH=\"/usr/local/lib/guile/2.2/site-ccache${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_COMPILED_LOAD_PATH\"\n```\n\nTo build from git requires Autoconf and Automake.\n```sh\n./bootstrap\n./configure\nmake\nmake install\n```\n\nTo install from a recent version of git using Guix.\n```sh\nguix package -f guix.scm\n```\n\nLicense\n-------\nLGPLv3 or later. See COPYING.LESSER and COPYING\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOrangeShark%2Fguile-commonmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOrangeShark%2Fguile-commonmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOrangeShark%2Fguile-commonmark/lists"}