dynstr 0.1.0-1
Package Information
| Description | Dynamic String Library in C Minimal library that provides dynamic strings using plain C99. Convenience macros are also provided if GNU C is used. It serves a similar, but not identical, purpose compared to GNU's asprintf(3). It might be useful in environments where GNU extensions are not allowed or available. |
|---|---|
| Maintainer | Aryan Karamtoth <spaciouscoder78@disroot.org> |
| Changed By | Aryan Karamtoth <spaciouscoder78@disroot.org> |
| Sponsor | tar@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/SpaciousCoder78/dynstr.git (browse) |
| Closes | #1126703 |
| Tracker | https://tracker.debian.org/pkg/dynstr |
| Uploaded | 6 hours ago |
New Package Report
.changes
| Changed-By | Aryan Karamtoth |
|---|---|
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Mon, 30 Mar 2026 15:24:47 +0530 |
| Source | dynstr |
| Version | 0.1.0-1 |
Changelog
dynstr (0.1.0-1) unstable; urgency=medium . * Initial release. (Closes: #1126703)
.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libdynstr-dev deb libdevel optional arch=any libdynstr0 deb libs optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://gitea.privatedns.org/xavi/dynstr/ Upstream-Name: dynstr Upstream-Contact: Xavier Del Campo Romero <xavi92@disroot.org> Files: * Copyright: 2020-2026 Xavier Del Campo Romero <xavi92@disroot.org> License: Apache-2.0 Files: debian/* Copyright: 2026 Aryan Karamtoth <spaciouscoder78@disroot.org> License: Apache-2.0 License: Apache-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Comment: On Debian systems, the complete text of the Apache 2.0 License can be found in "/usr/share/common-licenses/Apache-2.0".