lemmafit 0.0.1
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 +9 -0
- package/index.js +5 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# lemmafit
|
|
2
|
+
|
|
3
|
+
Formal verification for web apps.
|
|
4
|
+
|
|
5
|
+
This package is under active development and not yet functional. We will be releasing soon.
|
|
6
|
+
|
|
7
|
+
You can stay up to date at midspiral.com
|
|
8
|
+
|
|
9
|
+
See the basis for the product on [GitHub](https://github.com/metareflection/dafny-replay).
|
package/index.js
ADDED
package/package.json
ADDED