golang-github-antonmedv-expr 1.8.9-2 source package in Ubuntu
Changelog
golang-github-antonmedv-expr (1.8.9-2) unstable; urgency=medium * Source-only upload for testing eligibility. -- Cyril Brulebois <email address hidden> Thu, 07 Jan 2021 14:10:58 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-antonmedv-expr_1.8.9-2.dsc | 2.3 KiB | de1b73f5e1485474e4adeafcbfe5067dd04da1abdcc4a421312597a6bacf5eea |
golang-github-antonmedv-expr_1.8.9.orig.tar.gz | 3.8 MiB | 687a7d14989754090141683a10a69d5f9d582e706f7daa84ff37ed334aeb3f68 |
golang-github-antonmedv-expr_1.8.9-2.debian.tar.xz | 2.9 KiB | e49c69c467630e07c9ba4c312aa58ea62f017de7286dbd33c27e9efc09d8793a |
Available diffs
- diff from 1.8.9-1 to 1.8.9-2 (351 bytes)
No changes file available.
Binary packages built by this source
- golang-github-antonmedv-expr-dev: expression evaluation engine for Go
The expr package provides an engine that can compile and evaluate
expressions. An expression is a one-liner that returns a value (mostly,
but not limited to, booleans). It is designed for simplicity, speed and
safety.
.
Features:
- Seamless integration with Go (no need to redefine types)
- Static typing
- User-friendly error messages
- Reasonable set of basic operators
- Builtins: all, none, any, one, filter, map
- Fast: uses bytecode virtual machine and optimizing compiler