File: shard.yml

package info (click to toggle)
shards 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 904 kB
  • sloc: makefile: 117
file content (23 lines) | stat: -rw-r--r-- 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: shards
version: 0.19.0
description: |
 Resolves, installs and updates project dependencies reproducibly from source
 repositories.

authors:
  - Julien Portalier <julien@portalier.com>

documentation: https://crystal-lang.org/reference/man/shards
repository: https://github.com/crystal-lang/shards

dependencies:
  molinillo:
    github: crystal-lang/crystal-molinillo

targets:
  shards:
    main: src/shards.cr

crystal: ">= 0.35.0, < 2.0.0"

license: Apache-2.0