hhvm / hsl
The Hack Standard Library
Installs: 1 085 651
Dependents: 52
Suggesters: 0
Security: 0
Stars: 108
Watchers: 23
Forks: 19
Open Issues: 10
Language:Hack
Requires
- hhvm: ^4.108
Requires (Dev)
- facebook/fbexpect: ^2.5.1
- hhvm/hacktest: ^1.0|^2.0
- hhvm/hhvm-autoload: ^2.0|^3.0
- hhvm/hsl-experimental: ^4.37|dev-master
- v4.108.1
- v4.108.0
- v4.94.0
- v4.93.1
- v4.93.0
- v4.41.0
- v4.40.0
- v4.36.0
- v4.25.x-dev
- v4.25.2
- v4.25.1
- v4.25.0
- v4.15.x-dev
- v4.15.2
- v4.15.1
- v4.10.0
- v4.7.x-dev
- v4.7.0
- v4.5.x-dev
- v4.5.1
- v4.5.0
- v4.1.x-dev
- v4.1.1
- v4.1.0
- v4.0.x-dev
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.30.x-dev
- v3.30.1
- v3.30.0
- v3.29.x-dev
- v3.29.2
- v3.29.1
- v3.29.0
- v3.28.x-dev
- v3.28.1
- v3.28.0
- v3.27.x-dev
- v3.27.3
- v3.27.2
- v3.27.1
- v3.27.0
- v3.26.x-dev
- v3.26.2
- v3.26.1
- v3.26.0
- v1.4.x-dev
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v1.0.0rc1
- v0.8
- v0.7
- v0.6
- v0.5
- v0.4
- v0.3
- v0.2
- v0.1
This package is auto-updated.
Last update: 2024-10-16 17:49:19 UTC
README
Hack Standard Library
The goal of the Hack Standard Library is to provide a consistent, centralized, well-typed set of APIs for Hack programmers. We aim to achieve this by implementing the library according to codified design principles.
This library is especially useful for working with the Hack arrays (vec
,
keyset
, and dict
).
For future APIs, see the experimental repository.
Status of this repository
As of 2021-05-04, the HSL is moving to be built into HHVM and the typechecker; as such, this repository currently only contains tests.
In the near future, we expect this repository to either be archived, or to become a partial mirror of the HHVM repository.
The HSL itself remains supported - this is just moving where the code lives.
Contributing
Contributions should be made to the hphp/hsl
subdirectory of
the HHVM repository.
License
The Hack Standard Library is MIT-licensed.