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
|
Source: golang-github-openfga-go-sdk
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-jarcoal-httpmock-dev (>= 1.3.1),
golang-opentelemetry-otel-dev (>= 1.21.0),
golang-golang-x-sync-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-openfga-go-sdk
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-openfga-go-sdk.git
Homepage: https://github.com/openfga/go-sdk
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/openfga/go-sdk
Package: golang-github-openfga-go-sdk-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-jarcoal-httpmock-dev (>= 1.3.1),
golang-opentelemetry-otel-dev (>= 1.21.0),
golang-golang-x-sync-dev,
${misc:Depends}
Breaks: golang-github-lxc-incus-dev (<< 6.0.2)
Description: OpenFGA SDK for Go (library)
This is an autogenerated Go SDK for OpenFGA. It provides a wrapper
around the OpenFGA API definition (https://openfga.dev/api).
.
OpenFGA is designed to make it easy for application builders to model
their permission layer, and to add and integrate fine-grained
authorization into their applications. OpenFGA’s design is optimized
for reliability and low latency at a high scale.
|