deriva 0.0.6 → 0.0.7
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/docs/assets/deriva-logo-v1.png +0 -0
- package/docs/assets/deriva-logo.png +0 -0
- package/package.json +1 -1
- package/playground.html +1 -0
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Deriva
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="docs/assets/deriva-logo.png" alt="Deriva logo" width="180">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
[](https://www.npmjs.com/package/deriva)
|
|
4
8
|
|
|
5
9
|
Deriva is a small reasoning language for turning facts and rules into answers and proofs.
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED