Skip to content

Commit

Permalink
Add package: hgsetget.yaml
Browse files Browse the repository at this point in the history
Add contribution 'hgsetget':
- Matlab-compatible superclass used to derive handle class with set and get methods.
- https://fr.mathworks.com/help/matlab/ref/hgsetget.html

This class has been renamed in Matlab as `matlab.mixin.SetGet` but is still widely used and supported (April 2024).
  • Loading branch information
farhi authored Apr 28, 2024
1 parent 4503500 commit 60313de
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/hgsetget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: "package"
permalink: "hgsetget/"
description: >-
Matlab-compatible superclass used to derive handle class with set and get methods.
icon:
links:
- icon: "far fa-copyright"
label: "GPL-2.0-or-later"
url: "https://gitlab.com/farhi/octave-hgsetget/blob/master/COPYING"
- icon: "fas fa-rss"
label: "news"
url: "https://gitlab.com/farhi/octave-hgsetget/releases"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://gitlab.com/farhi/octave-hgsetget/"
- icon: "fas fa-book"
label: "package documentation"
url: "https://gitlab.com/farhi/octave-hgsetget/blob/master/README.md"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://gitlab.com/farhi/octave-hgsetget/issues"
maintainers:
- name: "Emmanuel Farhi"
contact: "[email protected]"
versions:
- id: "0.1"
date: "2019-11-02"
sha256:
url: "https://gitlab.com/farhi/octave-hgsetget/-/archive/0.1/octave-hgsetget-0.1.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
- id: "dev"
date:
sha256:
url: "https://gitlab.com/farhi/octave-hgsetget/archive/master.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
---

0 comments on commit 60313de

Please sign in to comment.