Skip to content

rahulgpt/owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owl 🦉

A general purpose c lib.

Docs

collections

systems

utils

Building the library

owl can be compiled to a static or shared library from the source by running the following commands. The library can be found at lib/ directory.

To build the static lib

make

To build the shared lib

make -e SHARED=1

License

owl source code is available under the MIT License.