25 lines
445 B
YAML
25 lines
445 B
YAML
name: osh
|
|
version: 0.1.0
|
|
|
|
# authors:
|
|
# - name <email@example.com>
|
|
|
|
description: |
|
|
Oriented-object shell (and associated tools).
|
|
|
|
dependencies:
|
|
baguette-crystal-base:
|
|
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
|
|
branch: master
|
|
cbor:
|
|
git: https://git.baguette.netlib.re/Baguette/crystal-cbor
|
|
branch: master
|
|
|
|
targets:
|
|
osh:
|
|
main: src/osh/main.cr
|
|
ofind:
|
|
main: src/ofind/main.cr
|
|
|
|
license: ISC
|