{"id":24258324,"url":"https://github.com/sillyfreak/typst-parsing-plugin","last_synced_at":"2025-09-23T20:30:57.208Z","repository":{"id":259690204,"uuid":"878995990","full_name":"SillyFreak/typst-parsing-plugin","owner":"SillyFreak","description":"Example for parsing strings in Typst using a Rust WASM plugin","archived":false,"fork":false,"pushed_at":"2024-11-10T14:59:18.000Z","size":449,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T06:32:22.505Z","etag":null,"topics":["typst"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SillyFreak.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-26T17:14:33.000Z","updated_at":"2024-11-10T14:59:22.000Z","dependencies_parsed_at":"2024-10-27T11:29:28.558Z","dependency_job_id":"2c25e1c9-c064-4eeb-9844-831f0d6dccb7","html_url":"https://github.com/SillyFreak/typst-parsing-plugin","commit_stats":null,"previous_names":["sillyfreak/typst-parsing-plugin"],"tags_count":0,"template":false,"template_full_name":"SillyFreak/typst-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-parsing-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-parsing-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-parsing-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-parsing-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SillyFreak","download_url":"https://codeload.github.com/SillyFreak/typst-parsing-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233995044,"owners_count":18762971,"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":["typst"],"created_at":"2025-01-15T05:37:13.052Z","updated_at":"2025-09-23T20:30:56.863Z","avatar_url":"https://github.com/SillyFreak.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `my-package` Package\n\nA short description about the project and/or client.\n\n## Template adaptation checklist\n\n- [ ] Fill out `README.md`\n  - Change the `my-package` package name, including code snippets\n  - Check section contents and/or delete sections that don't apply\n- [ ] Check and/or replace `LICENSE` by something that suits your needs\n- [ ] Fill out `typst.toml`\n  - See also the [typst/packages README](https://github.com/typst/packages/?tab=readme-ov-file#package-format)\n- [ ] Adapt Repository URLs in `CHANGELOG.md`\n  - Consider only committing that file with your first release, or removing the \"Initial Release\" part in the beginning\n- [ ] Adapt or deactivate the release workflow in `.github/workflows/release.yml`\n  - to deactivate it, delete that file or remove/comment out lines 2-4 (`on:` and following)\n  - to use the workflow\n    - [ ] check the values under `env:`, particularly `REGISTRY_REPO`\n    - [ ] if you don't have one, [create a fine-grained personal access token](https://github.com/settings/tokens?type=beta) with [only Contents permission](https://stackoverflow.com/a/75116350/371191) for the `REGISTRY_REPO`\n    - [ ] on this repo, create a secret `REGISTRY_TOKEN` (at `https://github.com/[user]/[repo]/settings/secrets/actions`) that contains the so created token\n\n    if configured correctly, whenever you create a tag `v...`, your package will be pushed onto a branch on the `REGISTRY_REPO`, from which you can then create a pull request against [typst/packages](https://github.com/typst/packages/)\n- [ ] remove/replace the example test case\n- [ ] (add your actual code, docs and tests)\n- [ ] remove this section from the README\n\n## Getting Started\n\nTo add this package to your project, use this:\n\n```typ\n#import \"@preview/my-package:0.0.1\": *\n\n#let expr = \"2 * (2 + x)\"\n\n#eval(mode: \"math\", expr)\n\n#my-package.parse(expr)\n\n#my-package.eval(expr, x: 3)\n```\n\n![Example](./thumbnail.png)\n\n## Usage\n\nSee the [manual](docs/manual.pdf) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyfreak%2Ftypst-parsing-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsillyfreak%2Ftypst-parsing-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyfreak%2Ftypst-parsing-plugin/lists"}