Debian NEW package overview for golang-github-google-flatbuffers
golang-github-google-flatbuffers_24.3.25-1_arm64.changes (click to toggle)
Format:1.8
Date:Sun, 10 Nov 2024 19:37:02 +0100
Source:golang-github-google-flatbuffers
Binary:golang-github-google-flatbuffers-dev
Architecture:source all
Version:24.3.25-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Andreas Henriksson <andreas@fatal.se>
Description:
golang-github-google-flatbuffers-dev - FlatBuffers: Memory Efficient Serialization Library (library)
Closes:1087287
Changes:
golang-github-google-flatbuffers (24.3.25-1) unstable; urgency=medium

  * Initial release (Closes: #1087287)
Files:
c61cc9f695d11c24defb5210114f74ce 2316 golang optional golang-github-google-flatbuffers_24.3.25-1.dsc
f28f12fc16c72f4e7c22066a35405c3a 2297829 golang optional golang-github-google-flatbuffers_24.3.25.orig.tar.gz
b7f3bd62d76205328e3c3615dfebc435 2840 golang optional golang-github-google-flatbuffers_24.3.25-1.debian.tar.xz
8aa7fa9228eafc41da70d416320700a7 323600 golang optional golang-github-google-flatbuffers-dev_24.3.25-1_all.deb
e0eddaeaf08e923f72c366760a57328e 6040 golang optional golang-github-google-flatbuffers_24.3.25-1_arm64.buildinfo
golang-github-google-flatbuffers_24.3.25-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-google-flatbuffers
Binary:golang-github-google-flatbuffers-dev
Architecture:all
Version:24.3.25-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Andreas Henriksson <andreas@fatal.se>
Homepage:https://github.com/google/flatbuffers
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-google-flatbuffers
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-google-flatbuffers.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any
Package-List:golang-github-google-flatbuffers-dev deb golang optional arch=all
Files:
f28f12fc16c72f4e7c22066a35405c3a 2297829 golang-github-google-flatbuffers_24.3.25.orig.tar.gz
b7f3bd62d76205328e3c3615dfebc435 2840 golang-github-google-flatbuffers_24.3.25-1.debian.tar.xz
Go-Import-Path:github.com/google/flatbuffers
lintian 2.104.0 check for golang-github-google-flatbuffers_24.3.25-1.dsc (click to toggle)
README.source for golang-github-google-flatbuffers_24.3.25-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-google-flatbuffers-dev_24.3.25-1_all.deb (click to toggle)
Package:golang-github-google-flatbuffers-dev
Source:golang-github-google-flatbuffers
Version:24.3.25-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:2310
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/google/flatbuffers
Description:
FlatBuffers: Memory Efficient Serialization Library (library)
 FlatBuffers is a cross platform serialization library architected
 for maximum memory efficiency. It allows you to directly access
 serialized data without parsing/unpacking it first, while still having
 great forwards/backwards compatibility.
 .
 Quick Start
 .
  1. Install flatbuffers-compiler
 .
  2. Define your flatbuffer schema (.fbs)
     See https://flatbuffers.dev/flatbuffers_guide_writing_schema.html
     to define the data you want to serialize.
     See https://github.com/google/flatbuffers/blob/master/samples/monster.fbs
     for an example.
  3. Generate code for your language(s)
     Use the flatc compiler to take your schema and generate language-specific
     code:
       ./flatc --cpp --rust monster.fbs
     Which generates monster_generated.h and monster_generated.rs files.
  4. Serialize data
     Use the generated code, as well as the FlatBufferBuilder to construct your
     serialized buffer. C++ example:
     https://github.com/google/flatbuffers/blob/master/samples/sample_binary.cpp#L24-L56
  5. Transmit/store/save Buffer
     Use your serialized buffer however you want. Send it to someone, save it
     for later, etc...
  6. Read the data
     Use the generated accessors to read the data from the serialized buffer.It
     doesn't need to be the same language/schema version, FlatBuffers ensures
     the data is readable across languages and schema versions. See the Rust
     example at:
     https://github.com/google/flatbuffers/blob/master/samples/sample_binary.rs#L92-L106
     reading the data written by C++.
 .
 Supported programming languages
 .
 Code generation and runtime libraries for many popular languages.
 .
  1. C
  2. C++ - snapcraft.io (https://snapcraft.io/flatbuffers)
  3. C# - nuget.org (https://www.nuget.org/packages/Google.FlatBuffers)
  4. Dart - pub.dev (https://pub.dev/packages/flat_buffers)
  5. Go - go.dev (https://pkg.go.dev/github.com/google/flatbuffers)
  6. Java - Maven (https://search.maven.org/artifact/com.google.flatbuffers/flatbuffers-java)
  7. JavaScript - NPM (https://www.npmjs.com/package/flatbuffers)
  8. Kotlin
  9. Lobster
  10. Lua
  11. PHP
  12. Python - PyPI (https://pypi.org/project/flatbuffers/)
  13. Rust - crates.io (https://crates.io/crates/flatbuffers)
  14. Swift - swiftpackageindex (https://swiftpackageindex.com/google/flatbuffers)
  15. TypeScript - NPM (https://www.npmjs.com/package/flatbuffers)
  16. Nim
lintian 2.104.0 check for golang-github-google-flatbuffers-dev_24.3.25-1_all.deb (click to toggle)
contents of golang-github-google-flatbuffers-dev_24.3.25-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-11-10 18:37 ./
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/doc/golang-github-google-flatbuffers-dev/
-rw-r--r-- root/root       177 2024-11-10 18:37 ./usr/share/doc/golang-github-google-flatbuffers-dev/changelog.Debian.gz
-rw-r--r-- root/root      3177 2024-03-26 05:18 ./usr/share/doc/golang-github-google-flatbuffers-dev/changelog.gz
-rw-r--r-- root/root      1120 2024-11-10 18:13 ./usr/share/doc/golang-github-google-flatbuffers-dev/copyright
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/main/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/main/cpp/
-rw-r--r-- root/root      1333 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/main/cpp/animals.cpp
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/main/cpp/generated/
-rw-r--r-- root/root      4123 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/android/app/src/main/cpp/generated/animal_generated.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/
-rw-r--r-- root/root       425 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/bench.h
-rw-r--r-- root/root      2819 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/benchmark_main.cpp
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/flatbuffers/
-rw-r--r-- root/root     11035 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/flatbuffers/bench_generated.h
-rw-r--r-- root/root      2438 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.cpp
-rw-r--r-- root/root       641 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/raw/
-rw-r--r-- root/root      2770 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/raw/raw_bench.cpp
-rw-r--r-- root/root       216 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/benchmarks/cpp/raw/raw_bench.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/conan/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/conan/test_package/
-rw-r--r-- root/root      1072 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/conan/test_package/test_package.cpp
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/
-rw-r--r-- root/root     24852 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/builder.go
-rw-r--r-- root/root       105 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/doc.go
-rw-r--r-- root/root      6313 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/encode.go
-rw-r--r-- root/root      1172 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/grpc.go
-rw-r--r-- root/root      1888 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/lib.go
-rw-r--r-- root/root      1530 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/sizes.go
-rw-r--r-- root/root       154 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/struct.go
-rw-r--r-- root/root     13373 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/go/table.go
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/cpp/
-rw-r--r-- root/root      5384 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/cpp/basic_generated.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/go/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/go/flatbuffers/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/go/flatbuffers/goldens/
-rw-r--r-- root/root      1539 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/go/flatbuffers/goldens/Galaxy.go
-rw-r--r-- root/root      2285 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/goldens/go/flatbuffers/goldens/Universe.go
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/
-rw-r--r-- root/root     70592 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/cpp_generator.cc
-rw-r--r-- root/root      3788 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/cpp_generator.h
-rw-r--r-- root/root     18972 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/go_generator.cc
-rw-r--r-- root/root       991 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/go_generator.h
-rw-r--r-- root/root     41025 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/java_generator.cc
-rw-r--r-- root/root      2801 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/java_generator.h
-rw-r--r-- root/root      5134 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/python_generator.cc
-rw-r--r-- root/root      1009 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/python_generator.h
-rw-r--r-- root/root      3935 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/schema_interface.h
-rw-r--r-- root/root     17236 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/swift_generator.cc
-rw-r--r-- root/root      1084 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/swift_generator.h
-rw-r--r-- root/root     20133 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/ts_generator.cc
-rw-r--r-- root/root       690 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/grpc/src/compiler/ts_generator.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/
-rw-r--r-- root/root      2588 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/allocator.h
-rw-r--r-- root/root      9201 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/array.h
-rw-r--r-- root/root     17245 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/base.h
-rw-r--r-- root/root      7376 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/buffer.h
-rw-r--r-- root/root      1511 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/buffer_ref.h
-rw-r--r-- root/root      2978 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/code_generator.h
-rw-r--r-- root/root      8288 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/code_generators.h
-rw-r--r-- root/root      2381 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/default_allocator.h
-rw-r--r-- root/root      3065 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/detached_buffer.h
-rw-r--r-- root/root      1399 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/file_manager.h
-rw-r--r-- root/root     62642 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/flatbuffer_builder.h
-rw-r--r-- root/root     10998 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/flatbuffers.h
-rw-r--r-- root/root      4038 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/flatc.h
-rw-r--r-- root/root      1220 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/flex_flat_util.h
-rw-r--r-- root/root     66713 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/flexbuffers.h
-rw-r--r-- root/root      9932 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/grpc.h
-rw-r--r-- root/root      3627 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/hash.h
-rw-r--r-- root/root     46304 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/idl.h
-rw-r--r-- root/root     13657 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/minireflect.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/pch/
-rw-r--r-- root/root      1119 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/pch/flatc_pch.h
-rw-r--r-- root/root       995 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/pch/pch.h
-rw-r--r-- root/root     22086 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/reflection.h
-rw-r--r-- root/root     58569 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/reflection_generated.h
-rw-r--r-- root/root      4520 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/registry.h
-rw-r--r-- root/root     19108 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/stl_emulation.h
-rw-r--r-- root/root      2198 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/string.h
-rw-r--r-- root/root      1577 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/struct.h
-rw-r--r-- root/root      6756 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/table.h
-rw-r--r-- root/root     26593 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/util.h
-rw-r--r-- root/root     13036 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/vector.h
-rw-r--r-- root/root      8666 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/vector_downward.h
-rw-r--r-- root/root     12128 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/include/flatbuffers/verifier.h
drwxr-xr-x root/root         0 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/
-rw-r--r-- root/root     16849 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/annotated_binary_text_gen.cpp
-rw-r--r-- root/root      2398 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/annotated_binary_text_gen.h
-rw-r--r-- root/root      7345 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_gen.h
-rw-r--r-- root/root     24747 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_gen_lua.cpp
-rw-r--r-- root/root       993 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_gen_lua.h
-rw-r--r-- root/root     25536 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_gen_nim.cpp
-rw-r--r-- root/root       993 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_gen_nim.h
-rw-r--r-- root/root      1380 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/bfbs_namer.h
-rw-r--r-- root/root     59699 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/binary_annotator.cpp
-rw-r--r-- root/root     12860 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/binary_annotator.h
-rw-r--r-- root/root     11037 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/code_generators.cpp
-rw-r--r-- root/root      1625 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/file_binary_writer.cpp
-rw-r--r-- root/root      1420 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/file_name_saving_file_manager.cpp
-rw-r--r-- root/root      1521 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/file_writer.cpp
-rw-r--r-- root/root     43692 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/flatc.cpp
-rw-r--r-- root/root      6650 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/flatc_main.cpp
-rw-r--r-- root/root      3809 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/flathash.cpp
-rw-r--r-- root/root      4433 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_binary.cpp
-rw-r--r-- root/root       968 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_binary.h
-rw-r--r-- root/root    161410 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_cpp.cpp
-rw-r--r-- root/root       916 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_cpp.h
-rw-r--r-- root/root    101286 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_csharp.cpp
-rw-r--r-- root/root       931 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_csharp.h
-rw-r--r-- root/root     44284 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_dart.cpp
-rw-r--r-- root/root       921 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_dart.h
-rw-r--r-- root/root     15291 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_fbs.cpp
-rw-r--r-- root/root       895 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_fbs.h
-rw-r--r-- root/root     63087 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_go.cpp
-rw-r--r-- root/root       911 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_go.h
-rw-r--r-- root/root     18666 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_grpc.cpp
-rw-r--r-- root/root     90675 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_java.cpp
-rw-r--r-- root/root       921 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_java.h
-rw-r--r-- root/root     13808 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_json_schema.cpp
-rw-r--r-- root/root       991 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_json_schema.h
-rw-r--r-- root/root     64192 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_kotlin.cpp
-rw-r--r-- root/root      1034 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_kotlin.h
-rw-r--r-- root/root     63221 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_kotlin_kmp.cpp
-rw-r--r-- root/root     18275 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_lobster.cpp
-rw-r--r-- root/root       936 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_lobster.h
-rw-r--r-- root/root     36287 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_php.cpp
-rw-r--r-- root/root       916 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_php.h
-rw-r--r-- root/root     84701 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_python.cpp
-rw-r--r-- root/root       931 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_python.h
-rw-r--r-- root/root    117091 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_rust.cpp
-rw-r--r-- root/root       921 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_rust.h
-rw-r--r-- root/root     73303 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_swift.cpp
-rw-r--r-- root/root       924 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_swift.h
-rw-r--r-- root/root     19266 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_text.cpp
-rw-r--r-- root/root       921 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_text.h
-rw-r--r-- root/root     85383 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_ts.cpp
-rw-r--r-- root/root       948 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_gen_ts.h
-rw-r--r-- root/root      6348 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_namer.h
-rw-r--r-- root/root    166074 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/idl_parser.cpp
-rw-r--r-- root/root      9312 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/namer.h
-rw-r--r-- root/root     31209 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/reflection.cpp
-rw-r--r-- root/root     14588 2024-11-10 18:37 ./usr/share/gocode/src/github.com/google/flatbuffers/src/util.cpp

Timestamp: 10.11.2024 / 20:12:09 (UTC)