Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump authored Jul 30, 2024
1 parent 06eeb58 commit 4b046c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# OCA Rust

Collection of libraries and tools related with Overlays Capture Architecture (OCA) build in Rust
Collection of libraries and tools related to Overlays Capture Architecture (OCA) built in Rust

## What is OCA

See the docs page https://oca.colossi.network/

## Usage

Expand Down Expand Up @@ -43,12 +47,12 @@ oca_facade.get_oca_bundle_ocafile(oca_bundle_said)?;

### oca-ast

OCA AST lib allowing to generate and work with OCA bundle AST
OCA AST lib allows to generate and work with OCA bundle AST

### ocafile

Lib and bin tool to deal with OCAFILE, parsing and creating ocafile

### oca-bundle

Library allowing to build oca bundle
A library allowing to build OCA bundle

0 comments on commit 4b046c2

Please sign in to comment.