diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-30 14:17:31 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-29 23:17:31 -0700 |
| commit | d9ad7a516de5be01cd1dbd385bfc11412e4ed7c0 (patch) | |
| tree | 2661db7e1394ee7afeba9114df39bfd04b815352 /ports/upb/CONTROL | |
| parent | 0a5b1b791765a15f3a6ffc0a62a10bb1ac2c33cb (diff) | |
| download | vcpkg-d9ad7a516de5be01cd1dbd385bfc11412e4ed7c0.tar.gz vcpkg-d9ad7a516de5be01cd1dbd385bfc11412e4ed7c0.zip | |
[upb]Add new port. (#8681)
* [upb]Add new port.
* [upb]Re-generate patch.
Diffstat (limited to 'ports/upb/CONTROL')
| -rw-r--r-- | ports/upb/CONTROL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/upb/CONTROL b/ports/upb/CONTROL new file mode 100644 index 000000000..d42b9e367 --- /dev/null +++ b/ports/upb/CONTROL @@ -0,0 +1,13 @@ +Source: upb +Version: 2019-10-21 +Homepage: https://github.com/protocolbuffers/upb/ +Description: μpb (often written 'upb') is a small protobuf implementation written in C. + +Feature: asan +Description: build with asan support + +Feature: ubsan +Description: build with ubsan support + +Feature: tests +Description: build tests
\ No newline at end of file |
