@ttsc/linux-arm 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/bin/ttsc +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
# `@ttsc/linux-arm`
|
|
2
2
|
|
|
3
3
|
Linux arm native binary and bundled Go compiler package for `ttsc`.
|
|
4
|
+
|
|
5
|
+
This package is normally installed as an optional dependency of `ttsc`. Application projects should install `ttsc`, not this package directly.
|
|
6
|
+
|
|
7
|
+
It contains the platform helper and Go SDK used when `ttsc` builds Go source plugins. If your package manager skipped optional dependencies, reinstall `ttsc` with optional dependencies enabled.
|
package/bin/ttsc
CHANGED
|
Binary file
|