changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / examples/rdb/cl-simple-example.lisp

revision 35: f54f7cc7458b
parent 34: 0bdabb09f005
child 36: 0f678bfd8699
     1.1--- a/examples/rdb/cl-simple-example.lisp	Mon Dec 18 22:13:30 2023 -0500
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,13 +0,0 @@
     1.4-;;; cl-simple-example.lisp --- Common Lisp port of rocksdb/example/c_simple_example.c
     1.5-
     1.6-;; https://github.com/facebook/rocksdb/blob/main/examples/c_simple_example.c
     1.7-
     1.8-;;; Code:
     1.9-(defpackage :examples/rdb/cl-simple-example
    1.10-  (:nicknames :cl-simple-example)
    1.11-  (:use :cl :std :cli :rdb)
    1.12-  (:export :main))
    1.13-
    1.14-(in-package :cl-simple-example)
    1.15-
    1.16-(defmain ())