Skip to content

Commit

Permalink
add 0install package
Browse files Browse the repository at this point in the history
fb-gh-sync-id: fedf84cabdb6cd539192aebee123ab87c56f375b
shipit-source-id: fedf84cabdb6cd539192aebee123ab87c56f375b
  • Loading branch information
mroch authored and facebook-github-bot-0 committed Feb 22, 2016
1 parent c7ea453 commit 29f81d7
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
30 changes: 30 additions & 0 deletions website/0BF68A931BDE7651.gpg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.14 (GNU/Linux)

mQENBFbK3eoBCADo+Lau+5Wq/g1Pfe03pdW/SYNhna55ph6FJ3MUWYX0/R7GcFTs
OwxwLlod6vOYuzJb/cwvKgx6WoH/BCjCwpzDrwxGUHOUTcQEhTBb1ABU85SDz7tw
Lie+CPD4igOeSql6HRi9oyC3LaxwP4qG/bnSNq4O6i/m2gjDKHs06hQVochNAGK+
ZcycZ11mxdcOT5stXnk43E9GMP9YTBjdoW0ozEliIMAfIXj4qUxMxLENy8sGoQZX
YctLnIfz345283rmNx2gJNTbAcY/FZUdsjort0SxWCey+e33MyBGp7VMf9hcdzJ4
XZeXhm4D8V4bZdzgKuJCnuWI/DQFnAu0YDZ/ABEBAAG0GkZhY2Vib29rIDxmbG93
dHlwZUBmYi5jb20+iQE4BBMBAgAiBQJWyt3qAhsDBgsJCAcDAgYVCAIJCgsEFgID
AQIeAQIXgAAKCRAL9oqTG952USK4B/9qrLEAaxsLPu2nG4O2sEfEjM37ti/1Oz6B
8nNRvO/7NAyBhxwVieSlYTIwpl0D2CFoRwJhhAA/x+kMg9Z2f6A+UpospMVGZoMI
Am4Nk+jDrAeU6RNLxeleZBqTEXPC7yhgOMjYA7GLX+QG+4+Z++2kiEwkyCVfnOZL
YZhithqS/Zzy1W87W6fziXvpJ/PhTHLggVoB9seU33UqlEY2LiJXI/mheeN84+UI
FCOWMU+fFhfRx0bJAPeO9eKk3oHN8EdESroAeOawEWqF/LWa5RmpMcMdpzea794Q
RKY+L1odDMl3mBqeyaV2lVLDAv3uquPS11LkwiZ7ZLCLEFMssExUuQENBFbK3eoB
CADcbIkDWQWEsEXb48E8JH095E45L+6XiwjeKIbLyG7QPdUNpON+43hrrsMkKjoX
mkw1bY4TD5a/1ILk0cQw0QcyakZvqUuiGXf9GeArXyElzcXtOlLMXTdx0icQreOe
s/Dkb80riH78wiZDXkxC7UIhf0UDkyXoIX40AHXANYUf2P+s2VJYOCBbtL7NHbGt
pgfZgNi90/WVGNbP/3qjtyxc92PH1g86KaQLtTDcG/pdo/9ty392j7BlCB7Qh9x8
c7Dg15KAqomVlchbQdD++mo1Dftk+iaWlgXJl90HFPC2g5LnZZE67iM5OupjIhA7
fBAPkvdmJ5UyxKTeNKvXNyajABEBAAGJAR8EGAECAAkFAlbK3eoCGwwACgkQC/aK
kxvedlFjGQgAiNJNcBK+sxfGAHqwjt6R1/+HVDaJP+NnIaw8DBt/u3uNgGETdJNf
nuJWS+a9TaKqFyhL0Ku/SVX3KZaaxzVlnFvdnhxsiQ428MBmrM2fHtcexwEyaQEq
zYA3CwCM01sAuluSW2i2zA3XhYchVYixQIcWuOLi9rfnou0CEB+P0F/iyh+RYsUn
GoFV+iT9SO/alRPZvFe5BntRVdUg6EA4Ij7k1pa/faz5jCkWeecbtnCxX+XDZwBh
dMHCkz9tgIe1VfLv0DlgHWPeyJtsgQP2/s9mT0G6qBo0HCs72ulat2npLdSvgWgu
+Ar4GQLODx+1bvbEL7qqUp+OkM3Hr4OZgA==
=kPrI
-----END PGP PUBLIC KEY BLOCK-----
57 changes: 57 additions & 0 deletions website/0install.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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=
-->

0 comments on commit 29f81d7

Please sign in to comment.