File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ context :
2+ version : 0.1.0
3+
4+ package :
5+ name : " kelvin"
6+ version : ${{ version }}
7+
8+ source :
9+ - git : https://github.com/bgreni/Kelvin.git
10+ rev : 63e9affda4e4b09b1f147f240ad660980ba6daa1
11+
12+ build :
13+ number : 0
14+ script :
15+ - mojo package kelvin -o ${{ PREFIX }}/lib/mojo/kelvin.mojopkg
16+
17+ requirements :
18+ host :
19+ - max =25.3
20+ run :
21+ - ${{ pin_compatible('max') }}
22+
23+ tests :
24+ - script :
25+ - if : unix
26+ then :
27+ - mojo test
28+ # Can't convince PR build to find this file
29+ # - python3 scripts/run_reject_tests.py
30+
31+ about :
32+ homepage : https://github.com/bgreni/Kelvin
33+ license : Apache-2.0
34+ license_file : LICENSE
35+ summary : A powerful dimensional analysis library written in Mojo
36+ repository : https://github.com/bgreni/Kelvin
37+
38+ extra :
39+ maintainers :
40+ - bgreni
41+ project_name :
42+ - Kelvin
You can’t perform that action at this time.
0 commit comments