Skip to content

Commit

Permalink
Add extra package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Oct 24, 2024
1 parent 5c0dac9 commit 644ce82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions convex-core/src/main/java/convex/core/cvm/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Core CVM implementation. The CVM implements the Convex state transition function when
* transactions are executed on the Convex network to modify the global state
*/
package convex.core.cvm;
2 changes: 2 additions & 0 deletions convex-core/src/main/java/convex/core/data/package-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* Data structures and algorithms, including a complete set of classes
* required to implement immutable, decentralised data objects.
*
* Supports the full set of CAD3 objects and encodings.
*/
package convex.core.data;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Core CVM implementation
* Core CVM language implementation for Convex Lisp and associated runtime functions
*/
package convex.core.lang;

0 comments on commit 644ce82

Please sign in to comment.