Open
Description
It seems that the only place were OpenBSD support would need to be added is at PlatformHelper.kt
If you would add
name.contains("openbsd") -> "linux"
And also (for completeness)
name.contains("netbsd") -> "linux"
name.contains("dragonflybsd") -> "linux"