This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Development > flow (0.20.1)

The goal of Flow is to find errors in JavaScript code with little programmer effort.
Flow relies heavily on type inference to find type errors even when the program has not been annotated
It precisely tracks the types of variables as they flow through the program.

At the same time, Flow is a gradual type system.
Any parts of your program that are dynamic in nature can easily bypass the type checker
so you can mix statically typed code with dynamic code.

Flow also supports a highly expressive type language.
Flow types can express much more fine-grained distinctions than traditional type systems.
For example, Flow helps you catch errors involving null, unlike most type systems.

This requires: ocaml

Maintained by: Ryan P.C. McQuen
Keywords: javascript,facebook
ChangeLog: flow

Homepage:
http://flowtype.org/

Source Downloads:
v0.20.1.tar.gz (3a5c5752a0e402c23aaa9730ea70b7be)

Download SlackBuild:
flow.tar.gz
flow.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
flow.SlackBuild
flow.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds