aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libzmq/project.yaml
diff options
context:
space:
mode:
authorGravatar Google AutoFuzz Team <security-tps@google.com>2020-04-23 02:37:04 +0200
committerGravatar GitHub <noreply@github.com>2020-04-23 10:37:04 +1000
commit0fc436aad9f25e3b56a45589aac7d99334a544d3 (patch)
tree3ff4907e6d78ac41184c3455b420339c436a659a /projects/libzmq/project.yaml
parenta6b8cd8498b1c875c0ebde367f0fe5bafbb9ccf7 (diff)
Add libzmq (#3690)
Diffstat (limited to 'projects/libzmq/project.yaml')
-rw-r--r--projects/libzmq/project.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/libzmq/project.yaml b/projects/libzmq/project.yaml
new file mode 100644
index 00000000..42dad7fb
--- /dev/null
+++ b/projects/libzmq/project.yaml
@@ -0,0 +1,9 @@
+homepage: "https://github.com/zeromq/libzmq"
+language: c++
+primary_contact: "bluca@debian.org"
+sanitizers:
+ - address
+ - memory
+architectures:
+ - x86_64
+ - i386