Skip to content

Releases: chipsenkbeil/distant

distant v0.15.0-alpha.22

16 Oct 20:08
fefcc66
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

92df58811163fe55426b659d8f253377862f846c07508f25570c2c9dc1244832  distant_lua-macos.dylib
d732a45e5a52e4bb9e2dd98a5726d9ffd165109a9b458902229e73c850d37cc6  distant_lua-macos-intel.dylib
49dc0b4a814ef33507e0c52636189bd80fc4a97aa7cc22e67ea1acbea643fb79  distant_lua-macos-arm.dylib
3639e0f1dcc29b67420ddd80129277ff6b2ce84207654a3f0bdd38e4e55d0ab7  distant-macos
0cccc8859c621226c8a9043570f3c19196b09493e19438af516b2ec1b92076b1  distant_lua-win64.dll
87e0dc3b2b75a62d2eef3972f83068ed4b6926af72b85292b9274d34d08e4d64  distant-win64.exe
da49c94e542ec0de48aab3c9cd3dffc3e1d477ecbfe63b82e7f6dae0a5a45b35  distant_lua-linux64-gnu.so
6e6cc15f8f6b4bb7c9bea768250fa7b1f24ae130c8e8f7d2356cbb4910d9045a  distant_lua-linux64-musl.so
d2664341ad87a24e4b10a31abc324694bd1aa70fa23df47e9cd035e5cb6f9782  distant-linux64-gnu
eec439d852368a2c93f18af52e5f4c202863ed9c6d78bf2c06900774ee18122b  distant-linux64-musl

distant v0.15.0-alpha.21

16 Oct 19:03
1dc5b69
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

659af717b12518311c3396fc251db38f76b8e5f8794aac815a60030f5a11fe41  distant_lua-macos.dylib
4e90c7ced871b01716a14b1517d4365194518c98ab8ceb74400ee1edd5ff187a  distant_lua-macos-intel.dylib
bcd81fc8fc23c039497c80c55d4d96c237a25d2070093abd509d7d759fd4a5d9  distant_lua-macos-arm.dylib
74969cf6c18f70e8e409eeaa69fb8ff698fa998adb6e1c186beb07755b864407  distant-macos
110c7099f2f8c1a9495d74f828e718613e09dab78e3adaf2aa2faffc9cf51b03  distant_lua-win64.dll
328403e1dfe03a866455882636bbb62a6cb676bd623e0da407bcef271f8ce4c2  distant-win64.exe
0b0c30fa8387013c98e547d75487230b21619b98f1f7ed5a18e8638a31a97198  distant_lua-linux64-gnu.so
31d9d0eb6d37f222830c1b8b54552a240a5f76be7f47122e2360ffe74162c56e  distant_lua-linux64-musl.so
7a35170699c46daced7c537703eb75cab7ca1761f0521b4ae09f4387c4c31150  distant-linux64-gnu
c91f6fd50d27b3967f9d5c1978a3490fba58f6a86d337f5af90cb85bd106c764  distant-linux64-musl

distant v0.15.0-alpha.20

16 Oct 05:05
dba8a80
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

ec0126af7672a3c649bd04f32b74a4d4500633556100bfd7b18f8997ffc16d8e  distant_lua-macos.dylib
879cbe2f0b8777fd2a69fb34cb6e3b9a7abc9c0287a5223bd04552eed217c3e3  distant_lua-macos-intel.dylib
f5d765c280f23680ebf257d3b0018155905e5c22c8dac5477a991534c657cf7c  distant_lua-macos-arm.dylib
81eebec37ffc35cfb1c54afba5198be6b902d8f16e861f8d66f46bb53955eb97  distant-macos
6ed84d6f110448def065e0533de0b6f2abcdfea9abb0216a873121a10e333e24  distant_lua-win64.dll
974048f76a0dd8a89af086d0252163b462e57b450423e7520ddf57db46bc8e48  distant-win64.exe
75405142b79bf46ec04cd87b74944ebec0d93c681a49f31049c04f038988b5db  distant_lua-linux64-gnu.so
edd6a8547c4a8637ea11bb81cb6e53177ed8d22aa9ffc8fa7f13bdd797eeb653  distant_lua-linux64-musl.so
adff08777dbd78d244aadf338972916121229fe9e4341fb9c26291de3d94432b  distant-linux64-gnu
4b194a283c57d9239eff699139caae000e627ba88f9e4dcd5006216114df1e2f  distant-linux64-musl

distant v0.15.0-alpha.19

16 Oct 02:35
d62f91b
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

322d413f44705ba419e919a848e9ae8d74abfe50fda3d9b12a08c5cd9a7a5526  distant_lua-macos.dylib
74979d7022da67bfeb0a9ebea613043e50ef611f47e9dc0cb14547a1cf0e77c4  distant_lua-macos-intel.dylib
9209fc156a997193e1bd42156644f949c0f93ec6dc1c48aa86e3423d76f15bb6  distant_lua-macos-arm.dylib
091b335316144d5cf2c879115d89aa1d0229953174212ba722093e4a18ac24aa  distant-macos
ed89b1d1a657fa137defd4aafd8475f3aa846dacb87a97dba8f0df5f72ae91be  distant_lua-win64.dll
32166c4d353fdefe84454cfa0014e56591b7a09498a2c36bc8265fe36a9f3f4c  distant-win64.exe
5e359d7b7e421b48c91aa3be19013c8d234c329cc264d9eecebae7a713cec876  distant_lua-linux64-gnu.so
3e4c585cce1335444e843aa59fc50eb987052982431b4f3fbe0b8255ef5ebac7  distant_lua-linux64-musl.so
5986ec5c33a85f9f6855b602e1804cfa5874c09b95cf5a06332c6f14176aca19  distant-linux64-gnu
30912472acf0c9b9f38c8ef51b12ecc6ba39005b4bef1a65b23b2bafb5908d29  distant-linux64-musl

distant v0.15.0-alpha.18

15 Oct 22:11
e01a322
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

30d0dfe780733437f7e344370a05ce795d0789134a0e335113f9227fbf00dd2d  distant_lua-macos.dylib
713f80d09468122f46389d3914ae63aeda1f7a6046b6920ec91ea85b2bb001a2  distant_lua-macos-intel.dylib
15f6c9075eb5f873b990a438285a736e710974befbdb7272a6ee9938e429232c  distant_lua-macos-arm.dylib
bc239bff747dea29c5ed9923baf806bd95db3606c2b89d9695b7d46731e813f5  distant-macos
3663004dcb49e29cb90ec715bcc2df611cb5c6db697acddb1963f3be1d3d3dbc  distant_lua-win64.dll
95e17c43650866e0ce997f0e6574ac9dfa8692833a03b2f764f687ab034c54f9  distant-win64.exe
aa5c65e67843c20be2133a86098bccd5a4e82dcf04f342b29f1efe5fec15c501  distant_lua-linux64-gnu.so
0d1b35b7b4562c89008a584ae0a223e95cb1ff521b65d9166ff54f19a8d90916  distant_lua-linux64-musl.so
ba9c5fe82613c7181730225b03b9027d155e65c2c4d9598cc0f047cf797d0a0a  distant-linux64-gnu
060c068c67887ece9bcbc1f20b674d5dbcdd4cdd0e23788bd0701946103082d4  distant-linux64-musl

distant v0.15.0-alpha.17

14 Oct 21:49
0f6cf3d
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

20585eb262fff317fdf5b204769af585a3a2333d3399ca5a7f713ed9942bab2e  distant_lua-macos.dylib
e8be8089df0b121f937e9142112dfd03aeb2d557c3940f97c9b8340b926281c1  distant_lua-macos-intel.dylib
f2ef0d8844339a14a44d3ffe010e236cc1672f91289b0db262a33852f4d1440d  distant_lua-macos-arm.dylib
3bfbd2805ae25dadb1a4bdbeedb684ace7b5b3cd3cd41109ca30036ece603f06  distant-macos
9ef5c204b3a7643b47cfa717a809c420aedfb596eb0adc98e5b5253cea3a882a  distant_lua-win64.dll
12a94be0b7f80c2e6198da4327ad729125dec157774e9128008be73f413b620b  distant-win64.exe
53b3ff189cad1081813b60e5527f2a7c34f13bced137c56f9af83b9a5c9e50c2  distant_lua-linux64-gnu.so
ce1d43db9d57c83eca777f00b4415a5d8ed85ec7574c0378f0b442bcc63fca6b  distant_lua-linux64-musl.so
8a6fb9870eda278e97372af3f4cb399170debc80290b1e74e6e854922cd128c2  distant-linux64-gnu
6179d7d7ecf04bb167612340975737d8f491e84935539e5158a45f06c910e024  distant-linux64-musl

distant v0.15.0-alpha.16

14 Oct 07:27
11c3e5c
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

f35cb2cbd6f02547b4412054484c5358360eadff95bd8c09adb3e06221cb497c  distant_lua-macos.dylib
f508f0a136a757b4b06dcc6961fb44d7edc3cd926f714553612ec2c9420f6c3d  distant_lua-macos-intel.dylib
87294bcd73a4dccf079a958c4e2a67c845cb41ac0f94006fd23e75cb211a5e57  distant_lua-macos-arm.dylib
c6129f49c689c3308c2a0c33d378f98cbf44b5946289ac5ba4eeffa7f8abc46f  distant-macos
a6aee397009bcd26c26dbe079f171f3602344d55f5f0eef7524f2fa8f23d8eeb  distant_lua-win64.dll
70ba6f1539805e001e68516f7ea2ef85a952c6518adf02b200c2fae2405be48a  distant-win64.exe
a57c020d045146f2e350bc2c4575a37d624d03efde7e7ca210c5c8a490871268  distant_lua-linux64-gnu.so
07361cdbce7b77dffe23cca91ce345ea06260b7f815f6cb2412e6a2002d2ce43  distant_lua-linux64-musl.so
366eccee7c505d85386842e0361338afd8fd7e35a19982cbdef82ed23d9ac0fa  distant-linux64-gnu
6e630ed43ff9beaad5416e1c7f96c3b8d880212b2c148953abec3212421e43c4  distant-linux64-musl

distant v0.15.0-snapshot

13 Oct 17:20
f021869
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

0a2c762e9e653cb557e77b29d559466143feea20fbc263198ae2d8f912ee1ae3  distant_lua-macos.dylib
7205983619fba25b7dddc24897073cb7a52cc3188ca7a2b8a75a913233149cc7  distant_lua-macos-intel.dylib
67579e91dbff4bdf23bff74cd01b047befab36c634e052bab1490438312bb19f  distant_lua-macos-arm.dylib
58e4eb38df31199e6591bcef10c0ee1030de1f670b3a8905b2dfa030fc7ed7fb  distant-macos
3171647cf4d1695fb0a00db54c7b94f7c60a1fd82fffacfe01cb1b2d75ef1c40  distant_lua-win64.dll
b83608352c41a396efd737aef9575dbc9ab7f1f546b8dffd06bc7ab5dba1efd7  distant-win64.exe
20fecdef69c54282dd6539566595e7ba41eb512b0dfc85629c1fdf280646b683  distant_lua-linux64-gnu.so
73018fffa24c54bb3a86f3a423409a168e149bbeaa29153f43b04ec9a5b91076  distant_lua-linux64-musl.so
2f514376a0f79e96c51ea059f508c027b76745b6cb6824e55a1af9b8d4eb78f4  distant-linux64-gnu
5383bd5806f3b8e1e023dd0f58da7470349ffc1891df1342b018dac9372faa9c  distant-linux64-musl

distant v0.15.0-alpha.15

13 Oct 13:31
e0312c1
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64-gnu.so (or distant_lua-linux64-musl.so)
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

0a2c762e9e653cb557e77b29d559466143feea20fbc263198ae2d8f912ee1ae3  distant_lua-macos.dylib
7205983619fba25b7dddc24897073cb7a52cc3188ca7a2b8a75a913233149cc7  distant_lua-macos-intel.dylib
67579e91dbff4bdf23bff74cd01b047befab36c634e052bab1490438312bb19f  distant_lua-macos-arm.dylib
58e4eb38df31199e6591bcef10c0ee1030de1f670b3a8905b2dfa030fc7ed7fb  distant-macos
0c6f326e458793129837fc85e6e903dc31c6127d13c4f39ad4698ee2ce5589d1  distant_lua-win64.dll
9c8e9daabea0365414a59d929c430b8248b37739b1f0ebf0f187dfd2732895c9  distant-win64.exe
20fecdef69c54282dd6539566595e7ba41eb512b0dfc85629c1fdf280646b683  distant_lua-linux64-gnu.so
a634592006a33f7f13b9a00db4784da673f0baf56e44ec7b4bee28fa6027e612  distant_lua-linux64-musl.so
2f514376a0f79e96c51ea059f508c027b76745b6cb6824e55a1af9b8d4eb78f4  distant-linux64-gnu
4bf37becf3ff1a3b6f2dc504495d08d1410aaa59dfb9ffa83039660c424d9128  distant-linux64-musl

distant v0.15.0-alpha.14

11 Oct 04:32
201101c
Compare
Choose a tag to compare
Pre-release

Install Lua library

Windows

  1. Download distant_lua-win64.dll
  2. Rename to distant_lua.dll
  3. Import via distant = require("distant_lua")

macOS

  1. Download distant_lua-macos.dylib (or distant_lua-macos-intel.dylib or distant_lua-macos-arm.dylib)
  2. Rename to distant_lua.so (still works on Mac for Lua)
  • Alternatively, you can rename to distant_lua.dylib and add
    package.cpath = package.cpath .. ";?.dylib" within your Lua code before
    requiring the library
  1. Import via distant = require("distant_lua")

Linux

  1. Download distant_lua-linux64.so
  2. Rename to distant_lua.so
  3. Import via distant = require("distant_lua")

Artifacts

A Lua library is built out to provide bindings to distant-core and distant-ssh2 within Lua.
While this is geared towards usage in neovim, this Lua binding is generic and can be used in Lua
anyway. The library is built against Lua 5.1.5. Make sure to rename the
library to distant_lua.{dll,dylib,so} prior to importing as that is the expected name!

  • linux64 is the Linux library that supports the x86-64 platform using libc
  • macos is the universal MacOS library that supports x86-64 and aarch64 (ARM) platforms
  • win64 is the Windows library release that supports the x86-64 platform and built via MSVC

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

0e254286437011f3fcdad2b8f3b924f1f774fbb1d141f48a71304c6b2ad61e45  distant_lua-macos.dylib
5619812c9288b2c03cf7941527369ca560ad177184aa1997a368c981f9aab825  distant_lua-macos-intel.dylib
96e322169fcc78044267041e2979aad5cdb0df61dff24ce05bf3235bca38bfcf  distant_lua-macos-arm.dylib
219a4b60827086643a33a5a55b20c5dcd7d67a37c1f820f4784bf61de6626172  distant-macos
262743e6672419e72ce22803f6b6df454d5628baee0eff15a80120ef3944f3c8  distant_lua-win64.dll
e1f6ac051566f49623db68f3a8305bda55cde305f7285333fb5608b671211084  distant-win64.exe
0764aae5be7e2ad4e64a4e05746e8779368aeddf50d2f1b30f2b909bc0d709dd  distant_lua-linux64.so
1ea69b8b6e73752166c481c3eb9f7a934a53f3945fc57d3f4273928172c007ec  distant-linux64-gnu
f2ca6dc18c220d52954e79a407ffb439899ce2b4bda474ca6f39c8c2620834d1  distant-linux64-musl