https://github.com/fsprojects/FSharp.TypeProviders.SDK
The SDK for creating F# type providers
https://github.com/fsprojects/FSharp.TypeProviders.SDK
fsharp sdk typeprovider
Last synced: about 2 hours ago
JSON representation
The SDK for creating F# type providers
- Host: GitHub
- URL: https://github.com/fsprojects/FSharp.TypeProviders.SDK
- Owner: fsprojects
- License: mit
- Created: 2013-12-16T10:05:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T07:36:59.000Z (4 months ago)
- Last Synced: 2025-09-26T01:05:12.840Z (about 2 months ago)
- Topics: fsharp, sdk, typeprovider
- Language: F#
- Homepage: https://fsprojects.github.io/FSharp.TypeProviders.SDK/
- Size: 4.28 MB
- Stars: 302
- Watchers: 34
- Forks: 90
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-fsharp - FSharp.TypeProviders.StarterPack - The ProvidedTypes SDK for creating F# type providers. (Type Providers / Creating Type Providers)
README
# The F# Type Provider SDK
The F# Type Provider SDK contains the ``ProvidedTypes.fs`` API files you need to author type providers
## Getting Started
See [Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)
## Building
[](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)
Use
```shell
build.sh RunTests
```
or
```shell
build.cmd RunTests
```
## Maintainer(s)
- [@dsyme](https://github.com/dsyme)
- [@cartermp](https://github.com/cartermp)
The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)