- Notifications
You must be signed in to change notification settings - Fork21
hhvm/hsl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 byimplementing the library according to codified design principles.
This library is especially useful for working with the Hack arrays (vec
,keyset
, anddict
).
For future APIs, seethe experimental 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 tobecome a partial mirror of the HHVM repository.
The HSL itself remains supported - this is just moving where the code lives.
Contributions should be made to thehphp/hsl
subdirectory ofthe HHVM repository.
The Hack Standard Library is MIT-licensed.
About
The Hack Standard Library