-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
J.J. Green
committed
Jan 24, 2024
1 parent
7eb6b8b
commit 742831b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: "package" | ||
permalink: "rtree/" | ||
description: >- | ||
An Octave native extension implementing the R-tree spatial index of | ||
Guttman-Green. The code is an embedded version of librtree. | ||
icon: "https://gitlab.com/jjg/librtree-octave/-/raw/master/src/pkg/template/rtree.png" | ||
links: | ||
- icon: "far fa-copyright" | ||
label: "MIT" | ||
url: "https://gitlab.com/jjg/librtree-octave/-/blob/master/COPYING" | ||
- icon: "fas fa-code-branch" | ||
label: "repository" | ||
url: "https://gitlab.com/jjg/librtree-octave" | ||
- icon: "fas fa-book" | ||
label: "package documentation" | ||
url: "https://jjg.gitlab.io/librtree-octave/" | ||
- icon: "fas fa-bug" | ||
label: "report a problem" | ||
url: "https://gitlab.com/jjg/librtree-octave/-/issues" | ||
maintainers: | ||
- name: "J.J. Green" | ||
contact: "[email protected]" | ||
versions: | ||
- id: "0.8.0" | ||
date: "2024-01-23" | ||
sha256: "b3210dcf0f12574718b9e117e8b65c418fe01e39b66f446a74dd1bbb8745bb8f" | ||
url: "https://gitlab.com/jjg/librtree-octave/-/package_files/110234799/download" | ||
depends: | ||
- "octave (>= 6.0.0)" | ||
- "pkg" | ||
--- |