o
odinpkg.dev
packages / binding / libssh-odin

libssh-odin

e1121c2binding

Odin bindings for libssh

No license · updated 6 months ago

Libssh Odin bindings

Odin bindings for https://www.libssh.org/

Don't forget to modify foreign import and link the other libraries libssh needs. For example:

foreign import ssh {
    "./libssh.a",
    "system:ssl",
    "system:crypto",
    "system:gssapi_krb5",
    "system:z",
}