Skip to content

Commit

Permalink
add initial rtree.yaml
Browse files Browse the repository at this point in the history
  • 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.
32 changes: 32 additions & 0 deletions packages/rtree.yaml
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"
---

0 comments on commit 742831b

Please sign in to comment.