Selaa lähdekoodia

Add some blurb.

scossu 2 viikkoa sitten
vanhempi
commit
a2aa05a076
5 muutettua tiedostoa jossa 35 lisäystä ja 1 poistoa
  1. 3 0
      CODE_OF_CONDUCT
  2. 11 0
      LICENSE
  3. 1 1
      Makefile
  4. 20 0
      README.md
  5. BIN
      lib/lsup.so

+ 3 - 0
CODE_OF_CONDUCT

@@ -0,0 +1,3 @@
+Be curious.
+Be persistent.
+Be generous.

+ 11 - 0
LICENSE

@@ -0,0 +1,11 @@
+----------------------------------------------------------------------------
+"REROUTED BEER-WARE LICENSE" (Revision 42a):
+Stefano Cossu wrote this project. As long as you retain this notice you
+can do whatever you want with this stuff. If we meet some day, and you think
+this stuff is worth it, you can buy Poul-Henning Kamp <phk@FreeBSD.ORG> a beer
+in return.
+----------------------------------------------------------------------------
+
+DISCLAIMER: Most of this code was written on the 234 and 734 Los Angeles Metro
+bus lines. The author is not to be held responsible for potholes on Sepulveda
+Boulevard that may have caused typing errors and malfunction of the software. 

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 PREFIX=/usr/local
 
-INCLUDE = -I/usr/local/include/lsup
+INCLUDE = -I/usr/local/include
 CFLAGS = -shared -DDEBUG -Og -ggdb -Wall -fPIC
 LDFLAGS = -L/usr/local/lib -llua -llsuprdf_dbg
 

+ 20 - 0
README.md

@@ -0,0 +1,20 @@
+# `lsup_lua`
+
+Lua bindings for [`lsup_rdf`](https://git.knowledgetx.com/scossu/lsup_rdf).
+
+## Status
+
+ALPHA. Currently building up a basic API.
+
+Basic road map:
+
+- Term
+- Triple
+- Namespace
+- Graph
+  - Boolean
+  - Basic lookup & iterator
+  - Unique terms
+  - Link map
+- Store selection
+- API documentation

BIN
lib/lsup.so