aboutsummaryrefslogtreecommitdiff
path: root/projects/swift-nio/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/swift-nio/project.yaml')
-rw-r--r--projects/swift-nio/project.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/projects/swift-nio/project.yaml b/projects/swift-nio/project.yaml
new file mode 100644
index 000000000..6c9a01ddc
--- /dev/null
+++ b/projects/swift-nio/project.yaml
@@ -0,0 +1,14 @@
+homepage: "https://github.com/apple/swift-nio"
+language: swift
+primary_contact: "lukasa@apple.com"
+auto_ccs :
+- "johannesweiss@apple.com"
+- "pp_adams@apple.com"
+- "p.antoine@catenacyber.fr"
+
+fuzzing_engines:
+- libfuzzer
+sanitizers:
+- address
+- thread
+main_repo: 'https://github.com/apple/swift-nio.git'