AVPRIndex 0.0.6
See the version list below for details.
dotnet add package AVPRIndex --version 0.0.6
NuGet\Install-Package AVPRIndex -Version 0.0.6
<PackageReference Include="AVPRIndex" Version="0.0.6" />
paket add AVPRIndex --version 0.0.6
#r "nuget: AVPRIndex, 0.0.6"
// Install AVPRIndex as a Cake Addin #addin nuget:?package=AVPRIndex&version=0.0.6 // Install AVPRIndex as a Cake Tool #tool nuget:?package=AVPRIndex&version=0.0.6
AVPR Index
Type system for the indexing backend of https://avpr.nfdi4plants.org.
This lib exposes the type system and utilities needed to parse and index arc validation packages with yaml frontmatter.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- FSharp.Core (>= 8.0.200)
- FsHttp (>= 14.5.0)
- YamlDotNet (>= 15.1.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AVPRIndex:
Package | Downloads |
---|---|
ARCExpect
Package Description |
|
AVPRClient
.NET client library for avpr.nfdi4plants.org |
|
ARCValidationPackages
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.1 | 341 | 6/21/2024 |
0.2.0 | 161 | 6/21/2024 |
0.1.3 | 125 | 6/19/2024 |
0.1.2 | 122 | 6/18/2024 |
0.1.1 | 235 | 6/11/2024 |
0.1.0 | 326 | 4/25/2024 |
0.0.8 | 225 | 3/18/2024 |
0.0.7 | 152 | 3/13/2024 |
0.0.6 | 131 | 3/12/2024 |
0.0.5 | 136 | 3/12/2024 |
0.0.4 | 132 | 3/11/2024 |
0.0.3 | 129 | 3/7/2024 |
0.0.2 | 161 | 3/4/2024 |
0.0.1 | 159 | 2/29/2024 |
## v0.0.6
- Refactor and expose parsing & convenience functions:
- Frontmatter
- containsFrontmatter
- tryExtractFromString
- extractFromString
- ValidationPackageMetadata
- tryExtractFromString
- extractFromString
- tryExtractFromScript
- extractFromScript
all frontmatter/metadata extraction functions will replace line endings with "\n", as YamlDotNet will replace any line endings with new line when presented the string anyways.
that way, the extracted frontmatter/metadata (especially field values, which caused problems due to YamlDotNet's default behavior) will be consistent across different platforms.
## v0.0.5
- Add `getPreviewIndex` function that downloads the currently released preview index from the github release.
## v0.0.4
- Replace line endings when parsing frontmatter
## v0.0.3
- Add create function to Author and OntologyAnnotation (https://github.com/nfdi4plants/arc-validate-package-registry/pull/27)
## v0.0.2
- Add qol Domain functions (https://github.com/nfdi4plants/arc-validate-package-registry/pull/26)
## v0.0.1
- Initial release for AVPR API v1