Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

fable-compiler/fable-import

Repository files navigation

fable-import

EDIT: This repository has been deprecated in favour of having separate repositories per binding for easier maintenance. To track the new repositories, please check this issue.

Fable bindings for JavaScript libraries. This repository contains only pure bindings maintained by fable-compiler.org. Pure bindings only contain metadata and no helper code. The distinction is important because Fable packages must include the F# source code in a folder named fable (example) in order to compile it to JS. Packages in this repo don't do that.

You can find more bindings by other contributors. The convention is prefixing the packages with Fable.Import so please use that to make a search in Nuget.

You can also check awesome-fable for more bindings and useful Fable libraries and tools.

See README.md on each directory for instructions on how to install each binding.