Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
syntax = "proto3";
package sarus_data_spec;

message Path {
    string label = 1;
    repeated Path paths = 2;
    map<string, string> properties = 3;
}