forked from jorgecasar/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0install.xml
57 lines (51 loc) · 2.74 KB
/
0install.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="http://flowtype.org/0install.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>flow</name>
<summary>a static typechecker for JavaScript</summary>
<description>
Flow is a static type checker for JavaScript. It can be used to catch common
bugs in JavaScript programs - such as silent type conversions, null
dereferences and so on - often without requiring any changes to your code. It
also adds type syntax to JavaScript, so that developers can express invariants
about their code and have them maintained automatically.
</description>
<homepage>http://flowtype.org</homepage>
<!-- Optionally, uncomment this to specify an icon: -->
<!-- <icon href='http://site/icon.png' type='image/png'/> -->
<!-- Optionally, uncomment this to give the address of
the signed master interface: -->
<!-- <feed-for interface='http://site/interface'/> -->
<!-- Set 'main' to the relative path of your default
executable within the implementation's directory.
E.g.: "myprog" or "bin/myprog" -->
<group main="flow">
<!-- List any libraries your program needs here -->
<!--
<requires interface="http://site/library">
<environment insert="python" name="PYTHONPATH"/>
</requires>
-->
<!-- List all implementations here.
For local interfaces, '.' is a relative path from this
interface file to the directory containing the program.
Usually, you can just leave it as '.'.
-->
<implementation arch="MacOSX-x86_64" id="sha1new=a96df456dd524b30fca047ecc703eb6ffe2a8521" released="2016-02-19" stability="stable" version="0.22.0">
<manifest-digest sha256new="MTEX7JL2QRJE5HQIKFYZKV4XUCMFPSYXVGFXUBBV7HCHSPKSQRGA"/>
<archive extract="flow" href="https://github.com/facebook/flow/releases/download/v0.22.0/flow-osx-v0.22.0.zip" size="1778838"/>
</implementation>
<implementation arch="Linux-x86_64" id="sha1new=4f815a27cc76c187538604ab31f17f92a145cdc7" released="2016-02-19" stability="stable" version="0.22.0">
<manifest-digest sha256new="QUGV7GUXJVCLO2ZCMNCJ7UJ73IBETPVVZAZ2CUEI6HENZI4J4UHA"/>
<archive extract="flow" href="https://github.com/facebook/flow/releases/download/v0.22.0/flow-linux64-v0.22.0.zip" size="1466086"/>
</implementation>
</group>
</interface>
<!-- Base64 Signature
iQEcBAABAgAGBQJWyt9DAAoJEAv2ipMb3nZRifkIAJhEjGfBswc5kYn6KegRK+TUQscV95jopyDm
VL1PM3+WzHSzIn7o4Hj3HPMZaQJ6wl3AnzL23A890W+Rdh7MqHixfixWryHUS9CSskrTfWPcxegj
PLtCWgmuEv76XY7pRvPCiNio73NDWGp2HuDsaRTw0W1VgJZtBvKYNF2coWU4g3m0K9+sYr5r73WY
9dWU8dPcYJZQeB8P61rxoxCa8J5Sc//z8vo/UWTXWDXfHg2RRfrd7n0l/hncK+wKE0yKKtFr22+0
e8cdbMQSUZvZu23GOKg7B8UnqIsxltaIApyVFuxc1ei13eDv7Ft3nf/chnDHXgJevDXgf6xJmgXa
yAU=
-->