rust-rustemo 0.7.1+ds-1
Package Information
| Description | LR/GLR parser generator - Rust source code Rustemo is an LR/GLR parser generator for Rust (a.k.a. compiler-compiler). Basically, these kinds of tools, given a formal grammar of the language, produce a program that can transform unstructured text (a sequence of characters, or more generally a sequence of tokens) into a structured (tree-like or graph-like) form which is more amenable to further programmatic analysis. One interesting feature of Rustemo is Abstract-Syntax Tree[^ast] (AST) auto-generation, i.e., based on a formal grammar of the language, Rustemo will deduce Rust types and actions used to create and represent the AST of your language. These types and actions can further be incrementally manually tuned to your liking. This package contains the source for the Rust crates rustemo rustemo-compiler, for use with cargo. |
|---|---|
| Maintainer | Jonas Smedegaard <dr@jones.dk> |
| Changed By | Jonas Smedegaard <dr@jones.dk> |
| Sponsor | js@debian.org |
| Distribution | experimental |
| Architecture | all |
| VCS | git: https://salsa.debian.org/debian/rust-rustemo.git (browse) |
| Closes | #1134967 |
| Tracker | https://tracker.debian.org/pkg/rust-rustemo |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Date | Sun, 26 Apr 2026 15:58:58 +0200 |
|---|---|
| Source | rust-rustemo |
| Version | 0.7.1+ds-1 |
| Changed-By | Jonas Smedegaard |
| Architecture | source all |
| Distribution | experimental |
Changelog
rust-rustemo (0.7.1+ds-1) experimental; urgency=low
.
* initial release;
closes: bug#1134967.dsc
| Section | rust |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | librust-rustemo-dev deb rust optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Rustemo
Upstream-Contact: https://github.com/igordejanovic/rustemo/issues
Source: https://github.com/igordejanovic/rustemo
.
Repackaged, excluding any .git* files.
Files-Excluded:
*/.git*
Files: *
Copyright:
2022 Igor R. Dejanović <igor.dejanovic@gmail.com>
License-Grant:
Licensed under either of
* Apache License, Version 2.0,
(<LICENSE-APACHE> or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license
(<LICENSE-MIT> or <http://opensource.org/licenses/MIT>)
License: Apache-2.0 or Expat
Reference:
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
Files:
debian/*
Copyright:
2026 Jonas Smedegaard <dr@jones.dk>
License-Grant:
This packaging is free software;
you can redistribute it and/or modify it
under the terms of the GNU General Public License
as published by the Free Software Foundation;
either version 3,
or (at your option) any later version.
License: GPL-3+
Reference: debian/copyright
Files:
debian/patches/*
Copyright:
Jonas Smedegaard <dr@jones.dk>
License: Apache-2.0 or Expat
Reference:
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
Comment:
Patches commonly lack explicit copyright and license.
For the cases where patches are copyrightable at all,
copyright is assumed to be held by the author,
and license is assumed to be the same as main upstream license.
License: Apache-2.0
Reference: /usr/share/common-licenses/Apache-2.0
License: Expat
Permission is hereby granted, free of charge,
to any person obtaining a copy
of this software and associated documentation files (the "Software"),
to deal in the Software without restriction,
including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell
copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
.
The above copyright notice and this permission notice
shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS",
WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: GPL-3+
Reference: /usr/share/common-licenses/GPL-3