Skip to content

Files

Latest commit

Niharika Devanathanfacebook-github-bot
Niharika Devanathan
and
Oct 16, 2024
c18cb8c · Oct 16, 2024

History

History

hsl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2022
Jul 13, 2022
Jun 12, 2024
Oct 16, 2024
Sep 12, 2024
Nov 23, 2021
Jul 11, 2024
May 10, 2021
Nov 11, 2021
Nov 11, 2021
Jun 23, 2021
Nov 11, 2021
Nov 28, 2022
Jun 22, 2023

Build Status

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.