mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/kasc/metakit/metakit.desc
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. [I] The database that fits in the palm of your hand
  23. [T] Metakit is an efficient embedded database library with a small
  24. [T] footprint. It fills the gap between flat-file, relational,
  25. [T] object-oriented, and tree-structured databases, supporting relational
  26. [T] joins, serialization, nested structures, and instant schema evolution.
  27. [T] There is a C++ API, a Python binding called "Mk4py", and a Tcl binding
  28. [T] called "Mk4tcl". You can manipulate and exchange data with any of
  29. [T] these. Data files are portable, use auto-sizing ints and strings,
  30. [T] and have the ability to very efficiently store binary data, from single
  31. [T] bits to multi-Mb objects. The library has been used on Unix, Windows,
  32. [T] Macintosh, VMS, and others, spanning a range of 16- to 64-bit
  33. [T] architectures, from PDA to S390. Here's an ancient sales blurb and a
  34. [T] pretty dated introduction. This library is in active use in various
  35. [T] commercial projects and products.
  36. [T]
  37. [T] Metakit works really well for moderate-size (a hundred Mb) datasets,
  38. [T] and offers good performance well beyond that size when its column-wise
  39. [T] data model is fully taken advantage of. But it's still not as scalable
  40. [T] as it could be, nor does it offer true concurrent access.
  41. [U] http://www.equi4.com/metakit/
  42. [A] Jean-Claude Wippler <jcw@equi4.com>
  43. [M] Kai Schwenzfeier <niteblade@gmx.net>
  44. [C] extra/database
  45. [L] GPL
  46. [S] Stable
  47. [V] 2.4.9.4
  48. [P] X -?---5---9 210.200
  49. [D] 1950754660 metakit-2.4.9.4.tar.gz http://www.equi4.com/pub/mk/