File: control

package info (click to toggle)
golang-github-facebook-ent 0.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,284 kB
  • sloc: javascript: 349; makefile: 8
file content (69 lines) | stat: -rw-r--r-- 2,900 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: golang-github-facebook-ent
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-data-dog-go-sqlmock-dev,
               golang-github-go-openapi-inflect-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-google-uuid-dev,
               golang-github-json-iterator-go-dev,
               golang-github-mattn-go-sqlite3-dev,
               golang-github-mitchellh-mapstructure-dev,
               golang-github-modern-go-reflect2-dev,
               golang-github-olekukonko-tablewriter-dev,
               golang-github-pkg-errors-dev,
               golang-github-spf13-cobra-dev,
               golang-github-stretchr-testify-dev,
               golang-go-flags-dev,
               golang-go.opencensus-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-tools-dev,
               golang-pq-dev,
               golang-websocket-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-facebook-ent
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-facebook-ent.git
Homepage: https://github.com/facebook/ent
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/facebook/ent

Package: golang-github-facebook-ent-dev
Architecture: all
Depends: golang-github-data-dog-go-sqlmock-dev,
         golang-github-go-openapi-inflect-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-google-uuid-dev,
         golang-github-json-iterator-go-dev,
         golang-github-mattn-go-sqlite3-dev,
         golang-github-mitchellh-mapstructure-dev,
         golang-github-modern-go-reflect2-dev,
         golang-github-olekukonko-tablewriter-dev,
         golang-github-pkg-errors-dev,
         golang-github-spf13-cobra-dev,
         golang-github-stretchr-testify-dev,
         golang-go-flags-dev,
         golang-go.opencensus-dev,
         golang-golang-x-sync-dev,
         golang-golang-x-tools-dev,
         golang-pq-dev,
         golang-websocket-dev,
         ${misc:Depends}
Description: 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.