项目作者: Ducasse

项目描述 :
To manage simple collections.
高级语言: Smalltalk
项目地址: git://github.com/Ducasse/Collector.git
创建时间: 2019-07-15T19:54:39Z
项目社区:https://github.com/Ducasse/Collector

开源协议:

下载


Collector

To manage simple collections using (YAML to be deprecated) and DLittle (a little and lovely lispish description language).

Build Status
Coverage Status
License
Pharo version

Here is a sample of a possible data.

  1. (author : Aldiss / Brian
  2. (serie : helliconia
  3. (title: Le printemps d''helliconia (read: no) (style: SF) (price: 1))
  4. (title: Helliconia, l''ete (read: no) (style: SF) (price: 1))
  5. (title: L''hiver d''helliconia (read: no) (style: SF) (price: 1))
  6. (books : individual
  7. (title: L''instant de l''eclipse (read: no) (style: fantaisie) (price: 1))

Installation

To install the packages of Collector, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

  1. Metacello new
  2. baseline: 'Collector';
  3. repository: 'github://Ducasse/Collector/src'

If you want to depend on it

  1. spec
  2. baseline: 'Collector'
  3. with: [ spec repository: 'github://Ducasse/Collector/src' ].