File: Google.Protobuf.Tools.nuspec

package info (click to toggle)
chromium 139.0.7258.127-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,122,156 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (38 lines) | stat: -rw-r--r-- 2,321 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>
<package>
  <metadata>
    <id>Google.Protobuf.Tools</id>
    <title>Google Protocol Buffers tools</title>
    <summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
    <description>See project site for more info.</description>
    <version>3.31.0</version>
    <authors>Google Inc.</authors>
    <owners>protobuf-packages</owners>
    <licenseUrl>https://github.com/protocolbuffers/protobuf/blob/main/LICENSE</licenseUrl>
    <projectUrl>https://github.com/protocolbuffers/protobuf</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <releaseNotes>Tools for Protocol Buffers</releaseNotes>
    <copyright>Copyright 2015, Google Inc.</copyright>
    <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
  </metadata>
  <files>
    <file src="protoc/windows_x86/protoc.exe" target="tools/windows_x86/protoc.exe"/>
    <file src="protoc/windows_x64/protoc.exe" target="tools/windows_x64/protoc.exe"/>
    <file src="protoc/linux_x86/protoc" target="tools/linux_x86/protoc"/>
    <file src="protoc/linux_x64/protoc" target="tools/linux_x64/protoc"/>
    <file src="protoc/macosx_x64/protoc" target="tools/macosx_x64/protoc"/>
    <file src="src/google/protobuf/any.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/api.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/descriptor.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/duration.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/empty.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/field_mask.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/source_context.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/struct.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/timestamp.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/type.proto" target="tools/google/protobuf"/>
    <file src="src/google/protobuf/wrappers.proto" target="tools/google/protobuf"/>
    <file src="Google.Protobuf.Tools.targets" target="buildCrossTargeting"/>
    <file src="Google.Protobuf.Tools.targets" target="build"/>
  </files>
</package>