Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
https://buildstats.info/ is down, and the code repository is archived.
  • Loading branch information
myd7349 committed Oct 30, 2024
1 parent 32c1094 commit 5670db8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# [SharpLSL](https://github.com/myd7349/SharpLSL)

[![NuGet](https://img.shields.io/nuget/v/SharpLSL.svg)](https://www.nuget.org/packages/SharpLSL/) [![Downloads](https://img.shields.io/nuget/dt/SharpLSL)](https://www.nuget.org/packages/SharpLSL) [![Build](https://github.com/myd7349/SharpLSL/actions/workflows/build.yml/badge.svg)](https://github.com/myd7349/SharpLSL/actions)

[![Build History](https://buildstats.info/github/chart/myd7349/SharpLSL?branch=main&includeBuildsFromPullRequest=false)](https://github.com/myd7349/SharpLSL/actions)
[![NuGet](https://img.shields.io/nuget/v/SharpLSL.svg)](https://www.nuget.org/packages/SharpLSL/) [![Downloads](https://img.shields.io/nuget/dt/SharpLSL)](https://www.nuget.org/packages/SharpLSL) [![Build](https://github.com/myd7349/SharpLSL/actions/workflows/build.yml/badge.svg)](https://github.com/myd7349/SharpLSL/actions) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/myd7349/SharpLSL) ![GitHub repo size](https://img.shields.io/github/repo-size/myd7349/SharpLSL) [![License](https://img.shields.io/github/license/myd7349/SharpLSL)](https://github.com/myd7349/SharpLSL/blob/main/LICENSE)

SharpLSL is a cross-platform C# binding of [**L**ab **S**treaming **L**ayer](https://github.com/sccn/labstreaminglayer).

Expand Down
26 changes: 14 additions & 12 deletions Source/SharpLSL.Natives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ The following NuGet packages contain pre-compiled binaries of [liblsl](https://g
| RID | NuGet Package |
| :------------ | :----------------------------------------------------------: |
| * | [![SharpLSL.Native.all-badge]][SharpLSL.Native.all-nuget] |
| android-arm | [![SharpLSL.Native.android-arm-badge]][SharpLSL.Native.android-arm-nuget] |
| android-arm64 | [![SharpLSL.Native.android-arm64-badge]][SharpLSL.Native.android-arm64-nuget] |
| android-x64 | [![SharpLSL.Native.android-x64-badge]][SharpLSL.Native.android-x64-nuget] |
| android-x86 | [![SharpLSL.Native.android-x86-badge]][SharpLSL.Native.android-x86-nuget] |
| ios-arm64 | [![SharpLSL.Native.ios-arm64-badge]][SharpLSL.Native.ios-arm64-nuget] |
| linux-arm | [![SharpLSL.Native.linux-arm-badge]][SharpLSL.Native.linux-arm-nuget] |
| linux-arm64 | [![SharpLSL.Native.linux-arm64-badge]][SharpLSL.Native.linux-arm64-nuget] |
| linux-x64 | [![SharpLSL.Native.linux-x64-badge]][SharpLSL.Native.linux-x64-nuget] |
| osx | [![SharpLSL.Native.osx-badge]][SharpLSL.Native.osx-nuget] |
| osx-arm64 | [![SharpLSL.Native.osx-arm64-badge]][SharpLSL.Native.osx-arm64-nuget] |
| osx-x64 | [![SharpLSL.Native.osx-x64-badge]][SharpLSL.Native.osx-x64-nuget] |
| win-arm64 | [![SharpLSL.Native.win-arm64-badge]][SharpLSL.Native.win-arm64-nuget] |
| android-arm | [![SharpLSL.Native.android-arm-badge]][SharpLSL.Native.android-arm-nuget] |
| android-arm64 | [![SharpLSL.Native.android-arm64-badge]][SharpLSL.Native.android-arm64-nuget] |
| android-x64 | [![SharpLSL.Native.android-x64-badge]][SharpLSL.Native.android-x64-nuget] |
| android-x86 | [![SharpLSL.Native.android-x86-badge]][SharpLSL.Native.android-x86-nuget] |
| ios-arm64 | [![SharpLSL.Native.ios-arm64-badge]][SharpLSL.Native.ios-arm64-nuget] |
| linux-arm | [![SharpLSL.Native.linux-arm-badge]][SharpLSL.Native.linux-arm-nuget] |
| linux-arm64 | [![SharpLSL.Native.linux-arm64-badge]][SharpLSL.Native.linux-arm64-nuget] |
| linux-x64 | [![SharpLSL.Native.linux-x64-badge]][SharpLSL.Native.linux-x64-nuget] |
| osx[^1] | [![SharpLSL.Native.osx-badge]][SharpLSL.Native.osx-nuget] |
| osx-arm64 | [![SharpLSL.Native.osx-arm64-badge]][SharpLSL.Native.osx-arm64-nuget] |
| osx-x64 | [![SharpLSL.Native.osx-x64-badge]][SharpLSL.Native.osx-x64-nuget] |
| win-arm64 | [![SharpLSL.Native.win-arm64-badge]][SharpLSL.Native.win-arm64-nuget] |
| win-x64 | [![SharpLSL.Native.win-x64-badge]][SharpLSL.Native.win-x64-nuget] |
| win-x86 | [![SharpLSL.Native.win-x86-badge]][SharpLSL.Native.win-x86-nuget] |

Expand Down Expand Up @@ -53,6 +53,8 @@ The following NuGet packages contain pre-compiled binaries of [liblsl](https://g

During the packaging process, liblsl binary archives are automatically downloaded from the [liblsl-ci-build](https://github.com/myd7349/liblsl-ci-build) release page and then packed into the corresponding NuGet packages named `SharpLSL.Native.[rid]`.

[^1]: This package is compatible with both Intel-based and Apple Silicon (M1, M2, etc.) Mac computers, effectively serving as a combined package of both osx-arm64 and osx-x64.

# License

These packages only bundle the dynamic libraries of [liblsl](https://github.com/sccn/liblsl), thus using the same licensing agreement as liblsl. Please refer to the [LICENSE](./LICENSE) file for more information.

0 comments on commit 5670db8

Please sign in to comment.