golang-entgo-ent 0.11.3-4 source package in Ubuntu

Changelog

golang-entgo-ent (0.11.3-4) unstable; urgency=medium

  * Add patches to work around build failures on 32-bit architectures, as
    spotted on armel, armhf, and i386 via https://ci.debian/net, and to
    avoid test failures once the build is successful on such systems:
     - 0003-avoid-overflows-on-32-bit-systems.patch (#3125 upstream)
     - 0004-disable-failing-tests-on-32-bit-systems.patch (#3126 upstream)

 -- Cyril Brulebois <email address hidden>  Sun, 27 Nov 2022 14:50:11 +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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-entgo-ent_0.11.3-4.dsc 2.7 KiB 84761d28c82e8cd07c40472bd5bfdacc064ee644fb0049f40b56aa3afaeabb44
golang-entgo-ent_0.11.3.orig.tar.gz 3.2 MiB 6c857e9bad2fba71edc39e8bc4482131f767da0b419c70b25cab8f3ac3c5088e
golang-entgo-ent_0.11.3-4.debian.tar.xz 6.4 KiB bac66be4f9b1cc219d927346d8d88cda76d21a1d15f51468d07dde4a9f78f2ab

No changes file available.

Binary packages built by this source

golang-entgo-ent-dev: entity framework for Go

 The ent package is a simple, yet powerful entity framework for Go,
 that makes it easy to build and maintain applications with large
 data-models.
 .
 Highlights include:
  - Schema As Code - model any database schema as Go objects.
  - Easily Traverse Any Graph - run queries, aggregations and traverse
    any graph structure easily.
  - Statically Typed And Explicit API - 100% statically typed and
    explicit API using code generation.
  - Multi Storage Driver - supports MySQL, PostgreSQL, SQLite and
    Gremlin.
  - Extendable - simple to extend and customize using Go templates.