KS.CoreCLR 0.0.23-dev2359

Suggested Alternatives

KS.CoreCLR 0.0.24.23

This is a prerelease version of KS.CoreCLR.
There is a newer version of this package available.
See the version list below for details.
dotnet add package KS.CoreCLR --version 0.0.23-dev2359
NuGet\Install-Package KS.CoreCLR -Version 0.0.23-dev2359
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KS.CoreCLR" Version="0.0.23-dev2359" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KS.CoreCLR --version 0.0.23-dev2359
#r "nuget: KS.CoreCLR, 0.0.23-dev2359"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KS.CoreCLR as a Cake Addin
#addin nuget:?package=KS.CoreCLR&version=0.0.23-dev2359&prerelease

// Install KS.CoreCLR as a Cake Tool
#tool nuget:?package=KS.CoreCLR&version=0.0.23-dev2359&prerelease

Kernel Simulator

image

GitHub repo size GitHub All Releases GitHub release (latest by date including pre-releases) Chocolatey Version (including pre-releases) Nuget (with prereleases)

Kernel Simulator simulates the future of our planned kernel that's coming as soon as it's finished. It consists of the kernel, the built-in shell known as UESH, and the built-in applications.

Not only it has some basic commands, but it also provides script support, network support, and tons of awesome things.

WARNING: Second-generation versions of KS are not backwards-compatible with the first-generation versions. Upgrade your mods to support the latest API changes.

WARNING: The gangsta language contains strong language that may make you feel uncomfortable reading it.

Build Status

Here are all the CI build status for all the active KS branches.

Branch AppVeyor
master (Kernel Simulator.sln) Build status
master (KS.DotNetSdk.sln) Build status
servicing (Kernel Simulator.sln) Build status
servicing (KS.DotNetSdk.sln) Build status

System Requirements

This section covers what you need to run Kernel Simulator. Please refer to the table below:

Minimum requirements

System System version Framework version Terminal Emulator Internet
Windows Windows 7 or later .NET Framework 4.8 or .NET Runtime 6.0 Improved cmd.exe, ConEmu Required
Linux Supported distros Mono 5.10 or later or .NET Runtime 6.0 Konsole, GNOME Terminal Required
macOS macOS Catalina Mono Runtime or .NET Runtime 6.0 iTerm2 (Terminal.app not supported) Required
System System version Framework version Terminal Emulator Internet
Windows Windows 10 or 11 .NET Framework 4.8 or .NET Runtime 6.0 Improved cmd.exe, ConEmu Required
Linux Supported distros Mono 6.0 or later or .NET Runtime 6.0 Konsole, GNOME Terminal Required
macOS macOS Catalina Mono Runtime or .NET Runtime 6.0 iTerm2 (Terminal.app not supported) Required

Notes

  • Terminal.app has broken support for 255 and true colors. We discourage using it.
  • Download .NET Runtime 6.0 from here
  • Download .NET Framework 4.8 from here
  • Download Mono from here

How to install

This section covers how to install Kernel Simulator on your system. Please scroll down to your system below.

Windows systems

  1. Install Chocolatey here.
  2. Press the chocolatey button
  3. Follow the steps to install Kernel Simulator
  4. Once installed, open PowerShell and execute ks
Alternative method
  1. Download the Kernel Simulator binary files here.
  2. Unzip the file to any directory
  3. Run it by double-clicking Kernel Simulator.exe

Linux systems

  1. Open the terminal, and execute sudo add-apt-repository ppa:eofla/kernel-sim
  2. Confirm the addition of the PPA. It should update your package cache
  3. Execute sudo apt install kernel-simulator
  4. Execute ks
Alternative method
  1. Download the Kernel Simulator binary files here.
  2. Unzip the file to any directory
  3. Install the following programs:
    • Microsoft.VisualBasic.dll 10.0 (Debian and its derivatives: sudo apt install libmono-microsoft-visualbasic10.0-cil)
    • mono-vbnc (Debian and its derivatives: sudo apt install mono-vbnc)
    • libcpanel-json-xs-perl (Debian and its derivatives: sudo apt install libcpanel-json-xs-perl)
    • Inxi application (For hard drive probation) (Debian and its derivatives: sudo apt install inxi libcpanel-json-xs-perl)
  4. Open terminal to the directory that contains KS, and run it using mono "Kernel Simulator.exe"

macOS systems

  1. Download the Kernel Simulator binary files here.
  2. Unzip the file to any directory
  3. Install the following programs:
  4. Open terminal to the directory that contains KS, and run it using mono "Kernel Simulator.exe"

How to Build

NOTE: KS.DotNetSdk.sln is not ready yet, so builds using .NET SDK are expected to fail.

This section covers how to build Kernel Simulator on your system. Please scroll down to your platform below.

Visual Studio 2017+

  1. Open Visual Studio
  2. Press Clone a repository
  3. In Repository Location, enter https://github.com/EoflaOE/Kernel-Simulator.git
  4. Wait until it clones. It might take a few minutes depending on your Internet connection.
  5. Press Solution Explorer, then press Switch Views
  6. Click on Kernel Simulator.sln
  7. Press Start or press Build > Build Solution
  8. Open your file explorer, go to the build directory, and double-click on the executable file.

JetBrains Rider (64-bit)

  1. Install Mono Runtime, Git, and libmono-microsoft-visualbasic10.0-cil.
  2. Install JetBrains Rider.
  3. After installation, open JetBrains Rider, and follow the configuration steps.
  4. When the main menu opens, choose Check out from Version Control and then Git.
  5. Write on the URL https://github.com/EoflaOE/Kernel-Simulator.git and press Test to verify your connectivity.
  6. Press Clone, and git will download the repo, then Rider will open up. It might take a few minutes depending on your Internet connection.
  7. Make sure that you're building Kernel Simulator.sln as KS.DotNetSdk.sln is not ready yet
  8. Click on the hammer button to build, the bug button (breakpoints enabled), or the Run button (breakpoints disabled - CTRL+F5 on VS). When the Edit configuration screen appears, tick the checkbox named Use External Console.
  9. If you used the hammer button, then open your file explorer, go to the build directory, and double-click on the executable file.

MonoDevelop

  1. Install Mono Runtime, libmono-microsoft-visualbasic10.0-cil, and MonoDevelop.
  2. After installation, extract the source code, open MonoDevelop, and click on Open... to navigate to Kernel Simulator.sln
  3. Click on the Build menu bar, and click on build button to compile.
  4. In your file manager, go to the build directory and then double-click on the executable file.

Packing for distribution

The packing and distribution procedures are now easier by executing this script below on the command line.

  1. Open the terminal to the root directory of KS
  2. Execute ./buildandpack.sh if you're using Linux or execute buildandpack on cmd if running on Windows

Credits

Credits to For
EoflaOE Owner of Kernel Simulator
OpenWeatherMap Weather API
jonasjacek Console color data
sindresorhus Word list
ayu-theme Ayu Theme
Ethan Schoonover Solarized Theme
Fabian Neuschmidt Breezy Theme
TechRepublic Articles RSS feed URL
smashew Name databases
yavuz RSS feed list by country
All contributors Contribution

Open Source Libraries

Below entries are the open source libraries that are used by KS and are required for execution.

CRC32.NET

Source code: https://github.com/force-net/CRC32.NET

Copyright (c) 2017, force

License (MIT): https://github.com/force-net/Crc32.NET/blob/develop/LICENSE

Extensification

Source code: https://github.com/EoflaOE/Extensification/

Copyright (c) 2020-present EoflaOE and its companies

License (GNU GPL 3.0 or later): https://github.com/EoflaOE/Extensification/blob/master/LICENSE

FluentFTP

Source code: https://github.com/robinrodricks/FluentFTP

Copyright (c) 2011-2016, J.P. Trosclair

Copyright (c) 2016-present, Robin Rodricks

License (MIT): https://github.com/robinrodricks/FluentFTP/blob/master/LICENSE.TXT

HtmlAgilityPack

Source code: https://github.com/zzzprojects/html-agility-pack/

Copyright (c) ZZZ Projects Inc. 2014 - 2021. All rights reserved.

License (MIT): https://github.com/zzzprojects/html-agility-pack/blob/master/LICENSE

Inxi.NET

Source code: https://github.com/EoflaOE/Inxi.NET/

Copyright (c) 2020-present EoflaOE and its companies

License (GNU GPL 3.0 or later): https://github.com/EoflaOE/Inxi.NET/blob/master/LICENSE

MadMilkman.Ini

Source code: https://github.com/MarioZ/MadMilkman.Ini

Copyright (c) 2016, Mario Zorica

License (Apache 2.0): https://github.com/MarioZ/MadMilkman.Ini/blob/master/LICENSE

MailKit

Source code: https://github.com/jstedfast/MailKit/

Copyright (c) 2013-present, .NET Foundation and Contributors

License (MIT): https://github.com/jstedfast/MailKit/blob/master/LICENSE

Newtonsoft.Json

Source code: https://github.com/JamesNK/Newtonsoft.Json

Copyright (c) 2007, James Newton-King

License (MIT): https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md

Nuget.Build.Tasks.Pack (build dependency)

Source code: https://github.com/NuGet/NuGet.Client

Copyright (c) .NET Foundation. All rights reserved.

License (Apache 2.0): https://github.com/NuGet/NuGet.Client/blob/dev/LICENSE.txt

SSH.NET

Source code: https://github.com/sshnet/SSH.NET/

Copyright (c) Renci

License (MIT): https://github.com/sshnet/SSH.NET/blob/develop/LICENSE

StringMath

Source code: https://github.com/miroiu/string-math

Copyright (c) Miroiu Emanuel

License (MIT): https://github.com/miroiu/string-math/blob/dev/LICENSE

License

Kernel Simulator - Simulates our future planned Kernel
Copyright (C) 2018-2022  EoflaOE

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-dev3631 772 12/22/2022
0.1.0-dev3630 143 12/22/2022
0.1.0-dev3629 142 12/21/2022
0.1.0-dev3626 131 12/20/2022
0.1.0-dev3625 143 12/20/2022
0.1.0-dev3624 138 12/20/2022
0.1.0-dev3623 138 12/20/2022
0.1.0-dev3622 140 12/20/2022
0.1.0-dev3621 137 12/20/2022
0.1.0-dev3620 142 12/20/2022
0.1.0-dev3619 140 12/20/2022
0.1.0-dev3618 136 12/19/2022
0.1.0-dev3617 139 12/19/2022
0.1.0-dev3616 132 12/19/2022
0.1.0-dev3615 133 12/19/2022
0.1.0-dev3614 138 12/19/2022
0.1.0-dev3613 140 12/19/2022
0.1.0-dev3612 139 12/19/2022
0.1.0-dev3611 133 12/19/2022
0.1.0-dev3610 139 12/19/2022
0.1.0-dev3609 146 12/19/2022
0.1.0-dev3608 142 12/18/2022
0.1.0-dev3607 149 12/16/2022
0.1.0-dev3606 137 12/16/2022
0.1.0-dev3605 141 12/16/2022
0.1.0-dev3604 145 12/16/2022
0.1.0-dev3603 147 12/16/2022
0.1.0-dev3602 136 12/16/2022
0.1.0-dev3601 146 12/16/2022
0.1.0-dev3600 126 12/16/2022
0.1.0-dev3599 139 12/16/2022
0.1.0-dev3598 140 12/16/2022
0.1.0-dev3597 142 12/16/2022
0.1.0-dev3582 133 12/11/2022
0.1.0-dev3581 128 12/11/2022
0.1.0-dev3580 133 12/11/2022
0.1.0-dev3579 128 12/11/2022
0.1.0-dev3578 132 12/11/2022
0.1.0-dev3577 133 12/11/2022
0.1.0-dev3576 114 12/11/2022
0.1.0-dev3575 117 12/11/2022
0.1.0-dev3574 129 12/11/2022
0.1.0-dev3568 132 12/10/2022
0.1.0-dev3567 138 12/10/2022
0.1.0-dev3566 137 12/9/2022
0.1.0-dev3565 134 12/9/2022
0.1.0-dev3564 133 12/9/2022
0.1.0-dev3563 135 12/9/2022
0.1.0-dev3562 130 12/9/2022
0.1.0-dev3561 131 12/9/2022
0.1.0-dev3560 136 12/9/2022
0.1.0-dev3559 130 12/9/2022
0.1.0-dev3558 129 12/9/2022
0.1.0-dev3557 126 12/9/2022
0.1.0-dev3556 130 12/9/2022
0.1.0-dev3555 134 12/9/2022
0.1.0-dev3554 139 12/8/2022
0.1.0-dev3553 137 12/2/2022
0.1.0-dev3552 143 12/2/2022
0.1.0-dev3551 122 12/2/2022
0.1.0-dev3550 138 12/2/2022
0.1.0-dev3549 137 12/2/2022
0.1.0-dev3548 132 12/2/2022
0.1.0-dev3547 142 12/2/2022
0.1.0-dev3546 143 12/2/2022
0.1.0-dev3545 139 12/2/2022
0.1.0-dev3544 141 12/2/2022
0.1.0-dev3543 147 12/2/2022
0.1.0-dev3542 146 12/2/2022
0.1.0-dev3541 138 12/2/2022
0.1.0-dev3540 138 12/2/2022
0.1.0-dev3539 131 12/1/2022
0.1.0-dev3538 131 12/1/2022
0.1.0-dev3537 131 12/1/2022
0.1.0-dev3536 135 12/1/2022
0.1.0-dev3535 133 12/1/2022
0.1.0-dev3534 136 12/1/2022
0.1.0-dev3533 136 12/1/2022
0.1.0-dev3532 148 11/30/2022
0.1.0-dev3531 136 11/28/2022
0.1.0-dev3530 138 11/26/2022
0.1.0-dev3529 117 11/25/2022
0.1.0-dev3528 146 11/25/2022
0.1.0-dev3527 135 11/25/2022
0.1.0-dev3526 137 11/25/2022
0.1.0-dev3525 135 11/25/2022
0.1.0-dev3524 146 11/25/2022
0.1.0-dev3523 149 11/25/2022
0.1.0-dev3522 146 11/25/2022
0.1.0-dev3521 145 11/25/2022
0.1.0-dev3520 142 11/25/2022
0.1.0-dev3519 147 11/25/2022
0.1.0-dev3518 139 11/25/2022
0.1.0-dev3517 127 11/25/2022
0.1.0-dev3516 139 11/25/2022
0.1.0-dev3515 149 11/25/2022
0.1.0-dev3514 146 11/25/2022
0.1.0-dev3513 137 11/25/2022
0.1.0-dev3512 140 11/24/2022
0.1.0-dev3511 139 11/24/2022
0.1.0-dev3510 137 11/24/2022
0.1.0-dev3509 144 11/23/2022
0.1.0-dev3508 135 11/23/2022
0.1.0-dev3507 133 11/23/2022
0.1.0-dev3506 139 11/23/2022
0.1.0-dev3505 132 11/23/2022
0.1.0-dev3504 140 11/23/2022
0.1.0-dev3503 139 11/22/2022
0.1.0-dev3502 143 11/22/2022
0.1.0-dev3501 132 11/22/2022
0.1.0-dev3500 140 11/22/2022
0.1.0-dev3499 145 11/21/2022
0.1.0-dev3498 140 11/21/2022
0.1.0-dev3497 125 11/21/2022
0.1.0-dev3495 137 11/20/2022
0.1.0-dev3494 136 11/20/2022
0.1.0-dev3493 130 11/20/2022
0.1.0-dev3492 139 11/20/2022
0.1.0-dev3491 147 11/20/2022
0.1.0-dev3490 126 11/20/2022
0.1.0-dev3489 135 11/20/2022
0.1.0-dev3488 135 11/20/2022
0.1.0-dev3487 138 11/20/2022
0.1.0-dev3486 140 11/18/2022
0.1.0-dev3485 139 11/18/2022
0.1.0-dev3484 137 11/18/2022
0.1.0-dev3483 139 11/18/2022
0.1.0-dev3482 139 11/18/2022
0.1.0-dev3481 147 11/18/2022
0.1.0-dev3480 143 11/18/2022
0.1.0-dev3479 140 11/18/2022
0.1.0-dev3478 131 11/18/2022
0.1.0-dev3477 128 11/18/2022
0.1.0-dev3476 126 11/15/2022
0.1.0-dev3475 133 11/15/2022
0.1.0-dev3474 126 11/15/2022
0.1.0-dev3473 136 11/15/2022
0.1.0-dev3472 133 11/15/2022
0.1.0-dev3471 129 11/15/2022
0.1.0-dev3470 131 11/15/2022
0.1.0-dev3469 143 11/14/2022
0.1.0-dev3468 146 11/13/2022
0.1.0-dev3467 133 11/13/2022
0.1.0-dev3466 135 11/13/2022
0.1.0-dev3465 145 11/13/2022
0.1.0-dev3464 144 11/13/2022
0.1.0-dev3463 131 11/12/2022
0.1.0-dev3462 128 11/12/2022
0.1.0-dev3461 140 11/12/2022
0.1.0-dev3460 138 11/12/2022
0.1.0-dev3455 161 11/11/2022
0.1.0-dev3454 131 11/11/2022
0.1.0-dev3453 154 11/11/2022
0.1.0-dev3452 141 11/10/2022
0.1.0-dev3451 144 11/10/2022
0.1.0-dev3450 145 11/10/2022
0.1.0-dev3449 133 11/10/2022
0.1.0-dev3448 130 11/10/2022
0.1.0-dev3447 151 11/10/2022
0.1.0-dev3446 146 11/10/2022
0.1.0-dev3445 142 11/10/2022
0.1.0-dev3444 139 11/10/2022
0.1.0-dev3443 149 11/10/2022
0.1.0-dev3442 139 11/10/2022
0.1.0-dev3441 126 11/10/2022
0.1.0-dev3440 124 11/7/2022
0.1.0-dev3439 137 11/7/2022
0.1.0-dev3438 148 11/6/2022
0.1.0-dev3396 151 10/22/2022
0.1.0-dev3395 151 10/22/2022
0.1.0-dev3394 167 9/26/2022
0.1.0-dev3393 168 9/26/2022
0.1.0-dev3392 167 9/26/2022
0.1.0-dev3391 164 9/26/2022
0.1.0-dev3390 171 9/26/2022
0.1.0-dev3389 167 9/26/2022
0.1.0-dev3388 155 9/26/2022
0.1.0-dev3387 161 9/26/2022
0.1.0-dev3386 170 9/24/2022
0.1.0-dev3385 156 9/24/2022
0.1.0-dev3384 157 9/24/2022
0.1.0-dev3383 154 9/24/2022
0.1.0-dev3382 154 9/24/2022
0.1.0-dev3381 155 9/24/2022
0.1.0-dev3380 153 9/24/2022
0.1.0-dev3379 153 9/24/2022
0.1.0-dev3378 136 9/24/2022
0.1.0-dev3377 158 9/24/2022
0.1.0-dev3376 151 9/24/2022
0.1.0-dev3375 153 9/23/2022
0.1.0-dev3374 185 9/23/2022
0.1.0-dev3373 145 9/23/2022
0.1.0-dev3372 158 9/23/2022
0.1.0-dev3371 160 9/23/2022
0.1.0-dev3370 157 9/23/2022
0.1.0-dev3369 140 9/23/2022
0.1.0-dev3368 148 9/23/2022
0.1.0-dev3356 171 9/23/2022
0.1.0-dev3355 165 9/23/2022
0.1.0-dev3354 160 9/22/2022
0.1.0-dev3353 150 9/22/2022
0.1.0-dev3352 157 9/22/2022
0.1.0-dev3351 148 9/21/2022
0.1.0-dev3350 130 9/21/2022
0.1.0-dev3349 154 9/21/2022
0.1.0-dev3347 172 9/20/2022
0.1.0-dev3346 151 9/19/2022
0.1.0-dev3345 186 9/18/2022
0.1.0-dev3344 160 9/18/2022
0.1.0-dev3330 168 9/16/2022
0.1.0-dev3329 173 9/16/2022
0.1.0-dev3328 143 9/16/2022
0.1.0-dev3327 162 9/15/2022
0.1.0-dev3326 164 9/15/2022
0.1.0-dev3325 157 9/15/2022
0.1.0-dev3324 167 9/15/2022
0.1.0-dev3323 173 9/15/2022
0.1.0-dev3322 217 9/13/2022
0.1.0-dev3313 146 9/12/2022
0.1.0-dev3312 144 9/11/2022
0.1.0-dev3311 133 9/10/2022
0.1.0-dev3310 152 9/10/2022
0.1.0-dev3309 147 9/10/2022
0.1.0-dev3308 119 9/10/2022
0.1.0-dev3307 138 9/10/2022
0.1.0-dev3306 147 9/10/2022
0.1.0-dev3305 143 9/10/2022
0.1.0-dev3304 144 9/10/2022
0.1.0-dev3303 138 9/10/2022
0.1.0-dev3302 152 9/10/2022
0.1.0-dev3301 127 9/10/2022
0.1.0-dev3300 145 9/10/2022
0.1.0-dev3299 145 9/10/2022
0.1.0-dev3298 146 9/10/2022
0.1.0-dev3297 148 9/10/2022
0.1.0-dev3296 143 9/9/2022
0.1.0-dev3295 127 9/9/2022
0.1.0-dev3294 139 9/9/2022
0.1.0-dev3293 128 9/9/2022
0.1.0-dev3292 130 9/9/2022
0.1.0-dev3291 134 9/9/2022
0.1.0-dev3290 142 9/9/2022
0.1.0-dev3289 129 9/9/2022
0.1.0-dev3285 135 9/8/2022
0.1.0-dev3284 151 9/8/2022
0.1.0-dev3283 151 9/8/2022
0.1.0-dev3282 140 9/8/2022
0.1.0-dev3281 146 9/8/2022
0.1.0-dev3280 132 9/6/2022
0.1.0-dev3279 126 9/6/2022
0.1.0-dev3278 143 9/6/2022
0.1.0-dev3277 140 9/6/2022
0.1.0-dev3258 145 9/3/2022
0.1.0-dev3257 117 9/3/2022
0.1.0-dev3256 134 9/3/2022
0.1.0-dev3255 136 9/3/2022
0.1.0-dev3254 139 9/3/2022
0.1.0-dev3253 140 9/3/2022
0.1.0-dev3252 118 9/3/2022
0.1.0-dev3251 130 9/3/2022
0.1.0-dev3250 146 9/3/2022
0.1.0-dev3249 139 9/3/2022
0.1.0-dev3248 132 9/2/2022
0.1.0-dev3247 122 9/2/2022
0.1.0-dev3246 137 9/2/2022
0.1.0-dev3245 137 9/2/2022
0.1.0-dev3244 127 9/2/2022
0.1.0-dev3243 126 9/2/2022
0.1.0-dev3242 139 9/2/2022
0.1.0-dev3241 147 9/2/2022
0.1.0-dev3240 140 9/2/2022
0.1.0-dev3239 137 9/1/2022
0.1.0-dev3238 140 9/1/2022
0.1.0-dev3237 137 9/1/2022
0.1.0-dev3236 121 9/1/2022
0.1.0-dev3235 141 9/1/2022
0.1.0-dev3234 138 9/1/2022
0.1.0-dev3233 134 9/1/2022
0.1.0-dev3232 138 9/1/2022
0.1.0-dev3231 138 9/1/2022
0.1.0-dev3230 124 9/1/2022
0.1.0-dev3229 144 9/1/2022
0.1.0-dev3228 136 9/1/2022
0.1.0-dev3227 134 9/1/2022
0.1.0-dev3226 137 9/1/2022
0.1.0-dev3225 127 9/1/2022
0.1.0-dev3224 140 8/30/2022
0.1.0-dev3223 130 8/30/2022
0.1.0-dev3222 141 8/30/2022
0.1.0-dev3221 124 8/30/2022
0.1.0-dev3220 136 8/30/2022
0.1.0-dev3219 124 8/30/2022
0.1.0-dev3218 136 8/30/2022
0.1.0-dev3217 148 8/30/2022
0.1.0-dev3216 142 8/30/2022
0.1.0-dev3215 122 8/30/2022
0.1.0-dev3214 140 8/30/2022
0.1.0-dev3200 155 8/28/2022
0.1.0-dev3199 141 8/28/2022
0.1.0-dev3198 135 8/28/2022
0.1.0-dev3197 147 8/27/2022
0.1.0-dev3196 146 8/27/2022
0.1.0-dev3195 136 8/27/2022
0.1.0-dev3194 140 8/26/2022
0.1.0-dev3193 145 8/26/2022
0.1.0-dev3192 139 8/26/2022
0.1.0-dev3191 146 8/26/2022
0.1.0-dev3190 142 8/26/2022
0.1.0-dev3189 143 8/26/2022
0.1.0-dev3188 145 8/26/2022
0.1.0-dev3187 141 8/26/2022
0.1.0-dev3186 135 8/26/2022
0.1.0-dev3185 146 8/26/2022
0.1.0-dev3184 141 8/26/2022
0.1.0-dev3183 137 8/26/2022
0.1.0-dev3182 141 8/26/2022
0.1.0-dev3181 137 8/26/2022
0.1.0-dev3180 143 8/26/2022
0.1.0-dev3179 133 8/25/2022
0.1.0-dev3178 147 8/25/2022
0.1.0-dev3177 141 8/25/2022
0.1.0-dev3176 141 8/25/2022
0.1.0-dev3175 129 8/25/2022
0.1.0-dev3174 147 8/25/2022
0.1.0-dev3173 146 8/25/2022
0.1.0-dev3172 145 8/25/2022
0.1.0-dev3171 142 8/25/2022
0.1.0-dev3170 144 8/25/2022
0.1.0-dev3169 129 8/25/2022
0.1.0-dev3166 151 8/25/2022
0.1.0-dev3165 148 8/25/2022
0.1.0-dev3164 147 8/25/2022
0.1.0-dev3163 141 8/25/2022
0.1.0-dev3162 151 8/25/2022
0.1.0-dev3161 150 8/24/2022
0.1.0-dev3160 133 8/24/2022
0.1.0-dev3124 146 8/23/2022
0.1.0-dev3123 146 8/23/2022
0.1.0-dev3122 146 8/21/2022
0.1.0-dev3121 146 8/21/2022
0.1.0-dev3111 130 8/19/2022
0.1.0-dev3110 128 8/19/2022
0.1.0-dev3109 130 8/19/2022
0.1.0-dev3101 131 8/19/2022
0.1.0-dev3100 131 8/19/2022
0.1.0-dev3099 148 8/19/2022
0.1.0-dev3098 151 8/19/2022
0.1.0-dev3097 128 8/18/2022
0.1.0-dev3096 146 8/18/2022
0.1.0-dev3095 138 8/16/2022
0.1.0-dev3094 135 8/16/2022
0.1.0-dev3093 153 8/16/2022
0.1.0-dev3092 132 8/16/2022
0.1.0-dev3091 153 8/16/2022
0.1.0-dev3090 137 8/16/2022
0.1.0-dev3089 147 8/16/2022
0.1.0-dev3088 146 8/16/2022
0.1.0-dev3087 147 8/16/2022
0.1.0-dev3086 136 8/16/2022
0.1.0-dev3085 140 8/16/2022
0.1.0-dev3084 152 8/16/2022
0.1.0-dev3083 133 8/16/2022
0.1.0-dev3082 134 8/16/2022
0.1.0-dev3081 143 8/16/2022
0.1.0-dev3080 149 8/16/2022
0.1.0-dev3079 144 8/16/2022
0.1.0-dev3078 143 8/16/2022
0.1.0-dev3077 140 8/16/2022
0.1.0-dev3076 131 8/16/2022
0.1.0-dev3075 145 8/16/2022
0.1.0-dev3074 143 8/15/2022
0.1.0-dev3073 141 8/15/2022
0.1.0-dev3072 150 8/15/2022
0.1.0-dev3071 146 8/15/2022
0.1.0-dev3070 132 8/15/2022
0.1.0-dev3069 147 8/15/2022
0.1.0-dev3068 146 8/15/2022
0.1.0-dev3067 149 8/15/2022
0.1.0-dev3066 142 8/15/2022
0.1.0-dev3065 149 8/15/2022
0.1.0-dev3063 151 8/15/2022
0.1.0-dev3024 143 8/13/2022
0.1.0-dev3023 156 8/13/2022
0.1.0-dev3022 171 8/13/2022
0.1.0-dev3021 145 8/13/2022
0.1.0-dev3020 159 8/13/2022
0.1.0-dev3019 154 8/13/2022
0.1.0-dev3018 162 8/13/2022
0.1.0-dev3016 148 8/13/2022
0.1.0-dev3015 158 8/13/2022
0.1.0-dev3014 165 8/13/2022
0.1.0-dev3013 149 8/13/2022
0.1.0-dev3012 165 8/13/2022
0.1.0-dev3011 164 8/13/2022
0.1.0-dev3010 159 8/13/2022
0.1.0-dev2985 154 8/12/2022
0.1.0-dev2984 159 8/12/2022
0.1.0-dev2983 161 8/12/2022
0.1.0-dev2982 150 8/11/2022
0.1.0-dev2981 158 8/11/2022
0.1.0-dev2980 162 8/10/2022
0.1.0-dev2979 137 8/10/2022
0.1.0-alpha10 123 12/22/2022
0.1.0-alpha08 128 10/29/2022
0.1.0-alpha07 142 9/29/2022
0.1.0-alpha06 165 9/15/2022
0.1.0-alpha05 122 9/6/2022
0.1.0-alpha04 131 9/1/2022
0.1.0-alpha03 140 8/27/2022
0.1.0-alpha02 130 8/21/2022
0.1.0-alpha01 150 8/16/2022
0.0.24.23 84 2/20/2024
0.0.24.22 87 2/1/2024
0.0.24.21 67 1/30/2024
0.0.24.20 83 1/18/2024
0.0.24.19 83 1/15/2024
0.0.24.18 121 12/27/2023
0.0.24.17 96 12/21/2023
0.0.24.16 104 12/19/2023
0.0.24.15 89 12/18/2023
0.0.24.14 97 12/14/2023
0.0.24.13 134 11/20/2023
0.0.24.11 122 10/29/2023
0.0.24.10 114 10/26/2023
0.0.24.9 111 10/24/2023
0.0.24.7 158 8/18/2023
0.0.24.6 122 8/11/2023
0.0.24.5 136 8/4/2023
0.0.24.4 499 8/10/2022
0.0.24.4-dev2593 141 8/10/2022
0.0.24.4-dev2592 153 8/10/2022
0.0.24.4-dev2591 151 8/10/2022
0.0.24.4-dev2590 147 8/9/2022
0.0.24.4-dev2589 153 8/9/2022
0.0.24.4-dev2588 157 8/9/2022
0.0.24.3 492 8/9/2022
0.0.24.3-dev2586 142 8/9/2022
0.0.24.3-dev2585 131 8/9/2022
0.0.24.3-dev2584 143 8/9/2022
0.0.24.3-dev2583 170 8/8/2022
0.0.24.2 508 8/5/2022
0.0.24.2-dev2582 170 8/8/2022
0.0.24.2-dev2581 160 8/7/2022
0.0.24.2-dev2580 160 8/7/2022
0.0.24.2-dev2579 150 8/5/2022
0.0.24.2-dev2578 153 8/5/2022
0.0.24.2-dev2575 154 8/5/2022
0.0.24.2-dev2574 151 8/5/2022
0.0.24.2-dev2573 146 8/5/2022
0.0.24.2-dev2572 137 8/5/2022
0.0.24.1 482 8/2/2022
0.0.24.1-dev2571 152 8/5/2022
0.0.24.1-dev2570 139 8/3/2022
0.0.24.1-dev2569 149 8/2/2022
0.0.24.1-dev2568 152 8/2/2022
0.0.24.1-dev2567 151 8/2/2022
0.0.24.1-dev2566 156 8/2/2022
0.0.24.1-dev2565 159 8/2/2022
0.0.24.1-dev2564 128 8/2/2022
0.0.24.1-dev2563 154 8/2/2022
0.0.24 483 8/2/2022
0.0.24-dev2562 152 8/2/2022
0.0.24-dev2561 158 8/2/2022
0.0.24-dev2560 154 8/2/2022
0.0.24-dev2559 157 8/2/2022
0.0.24-dev2558 134 8/2/2022
0.0.24-dev2557 154 8/2/2022
0.0.24-dev2556 135 8/2/2022
0.0.24-dev2555 160 8/2/2022
0.0.24-dev2554 162 8/2/2022
0.0.24-dev2553 148 8/2/2022
0.0.24-dev2552 153 8/2/2022
0.0.24-dev2551 148 8/1/2022
0.0.24-dev2550 141 8/1/2022
0.0.24-dev2549 155 8/1/2022
0.0.24-dev2548 133 8/1/2022
0.0.24-dev2547 157 8/1/2022
0.0.24-dev2542 171 7/29/2022
0.0.24-dev2539 155 7/29/2022
0.0.24-dev2538 151 7/29/2022
0.0.24-dev2537 155 7/29/2022
0.0.24-dev2536 151 7/29/2022
0.0.24-dev2535 159 7/28/2022
0.0.24-dev2534 151 7/28/2022
0.0.24-dev2533 159 7/28/2022
0.0.24-dev2532 162 7/28/2022
0.0.24-dev2531 151 7/28/2022
0.0.24-dev2530 164 7/28/2022
0.0.24-dev2529 153 7/28/2022
0.0.24-dev2528 142 7/28/2022
0.0.24-dev2524 153 7/28/2022
0.0.24-dev2523 153 7/28/2022
0.0.24-dev2520 131 7/28/2022
0.0.24-dev2519 133 7/28/2022
0.0.24-dev2518 152 7/28/2022
0.0.24-dev2517 135 7/28/2022
0.0.24-dev2516 156 7/28/2022
0.0.24-dev2515 151 7/28/2022
0.0.24-dev2514 144 7/27/2022
0.0.24-dev2513 155 7/27/2022
0.0.24-dev2512 162 7/27/2022
0.0.24-dev2493 133 7/24/2022
0.0.24-dev2492 146 7/24/2022
0.0.24-dev2491 134 7/24/2022
0.0.24-dev2490 145 7/24/2022
0.0.24-dev2489 154 7/24/2022
0.0.24-dev2488 157 7/24/2022
0.0.24-dev2487 129 7/24/2022
0.0.24-dev2486 151 7/24/2022
0.0.24-dev2485 145 7/24/2022
0.0.24-dev2484 145 7/24/2022
0.0.24-dev2483 133 7/24/2022
0.0.24-dev2482 140 7/23/2022
0.0.24-dev2475 149 7/22/2022
0.0.24-dev2474 158 7/22/2022
0.0.24-dev2473 154 7/22/2022
0.0.24-dev2472 143 7/22/2022
0.0.24-dev2471 161 7/22/2022
0.0.24-dev2470 150 7/22/2022
0.0.24-dev2469 161 7/22/2022
0.0.24-dev2468 142 7/22/2022
0.0.24-dev2464 160 7/22/2022
0.0.24-dev2463 157 7/21/2022
0.0.24-dev2462 156 7/21/2022
0.0.24-dev2459 145 7/21/2022
0.0.24-dev2458 157 7/21/2022
0.0.24-dev2457 154 7/20/2022
0.0.24-dev2456 141 7/20/2022
0.0.24-dev2455 138 7/20/2022
0.0.24-dev2454 135 7/20/2022
0.0.24-dev2453 150 7/20/2022
0.0.24-dev2452 145 7/20/2022
0.0.24-dev2451 131 7/20/2022
0.0.24-dev2450 152 7/20/2022
0.0.24-dev2449 136 7/20/2022
0.0.24-dev2448 150 7/19/2022
0.0.24-dev2442 153 7/18/2022
0.0.24-dev2441 149 7/18/2022
0.0.24-dev2440 154 7/18/2022
0.0.24-dev2439 154 7/18/2022
0.0.24-dev2438 162 7/17/2022
0.0.24-dev2433 171 7/14/2022
0.0.23.2-dev2431 157 7/14/2022
0.0.23.2-dev2430 156 7/13/2022
0.0.23.2-dev2429 163 7/13/2022
0.0.23.2-dev2428 160 7/13/2022
0.0.23.2-dev2427 164 7/13/2022
0.0.23.2-dev2426 153 7/13/2022
0.0.23.2-dev2425 159 7/13/2022
0.0.23.2-dev2424 166 7/13/2022
0.0.23.1-dev2423 161 7/12/2022
0.0.23.1-dev2422 149 7/12/2022
0.0.23.1-dev2421 162 7/12/2022
0.0.23.1-dev2420 169 7/12/2022
0.0.23.1-dev2419 181 7/12/2022
0.0.23.1-dev2418 162 7/11/2022
0.0.23.1-dev2417 166 7/11/2022
0.0.23.1-dev2416 161 7/11/2022
0.0.23-dev2415 156 7/11/2022
0.0.23-dev2414 162 7/11/2022
0.0.23-dev2413 155 7/10/2022
0.0.23-dev2412 156 7/10/2022
0.0.23-dev2411 164 7/10/2022
0.0.23-dev2410 138 7/10/2022
0.0.23-dev2409 140 7/10/2022
0.0.23-dev2408 160 7/10/2022
0.0.23-dev2407 152 7/10/2022
0.0.23-dev2406 165 7/9/2022
0.0.23-dev2405 155 7/9/2022
0.0.23-dev2404 145 7/9/2022
0.0.23-dev2403 157 7/9/2022
0.0.23-dev2397 164 7/6/2022
0.0.23-dev2396 157 7/6/2022
0.0.23-dev2395 156 7/6/2022
0.0.23-dev2394 155 7/6/2022
0.0.23-dev2393 164 7/6/2022
0.0.23-dev2390 168 7/6/2022
0.0.23-dev2389 163 7/6/2022
0.0.23-dev2388 166 7/5/2022
0.0.23-dev2387 163 7/5/2022
0.0.23-dev2386 147 7/5/2022
0.0.23-dev2385 159 7/5/2022
0.0.23-dev2384 157 7/5/2022
0.0.23-dev2383 160 7/5/2022
0.0.23-dev2382 148 7/5/2022
0.0.23-dev2381 139 7/4/2022
0.0.23-dev2380 149 7/4/2022
0.0.23-dev2379 165 7/4/2022
0.0.23-dev2378 146 7/4/2022
0.0.23-dev2377 151 7/4/2022
0.0.23-dev2376 153 7/4/2022
0.0.23-dev2375 168 7/4/2022
0.0.23-dev2374 175 7/4/2022
0.0.23-dev2373 186 7/4/2022
0.0.23-dev2372 178 7/4/2022
0.0.23-dev2371 180 7/4/2022
0.0.23-dev2370 176 7/4/2022
0.0.23-dev2369 177 7/4/2022
0.0.23-dev2368 193 7/3/2022
0.0.23-dev2361 164 7/4/2022
0.0.23-dev2360 164 7/4/2022
0.0.23-dev2359 162 7/4/2022
0.0.23-dev2358 157 7/4/2022
0.0.23-dev2357 166 7/4/2022
0.0.23-dev2356 153 7/4/2022
0.0.23-dev2355 160 7/4/2022
0.0.23-dev2354 159 7/4/2022
0.0.23-dev2353 156 7/4/2022
0.0.23-dev2352 161 7/4/2022
0.0.23-dev2351 155 7/4/2022
0.0.23-dev2350 160 7/4/2022
0.0.23-dev2349 156 7/4/2022
0.0.23-dev2346 142 7/4/2022
0.0.23-dev2345 163 7/4/2022