File: meta.yaml

package info (click to toggle)
nifticlib 3.0.1-9.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,640 kB
  • sloc: ansic: 31,214; sh: 941; makefile: 460; csh: 138; python: 88; tcl: 42
file content (32 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package:
    name: nifti_clib
    version: {{ GIT_DESCRIBE_TAG }}

source:
    rev: {{ GIT_DESCRIBE_TAG }}
    git_url: ../

requirements:
  build:
    - cmake
  run:
    - expat
    - zlib


build:
    number: 1
    skip: True  # [win]

test:
    commands:

about:
    home: https://github.com/NIFTI-Imaging/nifti_clib
    license: See github repository
    summary: 'C library for IO with the nifti file format.'

extra:
    recipe-maintainers:
        - leej3