Skip to content

Commit

Permalink
Add package: dynamicprops.yaml (#439)
Browse files Browse the repository at this point in the history
* Add package: dynamicprops.yaml

Add contribution 'dynamicprops':
- Matlab-compatible superclass allowing to add new properties dynamically.

* Update dynamicprops.yaml

- Add missing checksum

---------

Co-authored-by: Kai Torben Ohlhus <[email protected]>
  • Loading branch information
farhi and siko1056 authored Apr 29, 2024
1 parent 1b95a65 commit 83ccb80
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/dynamicprops.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: "package"
permalink: "dynamicprops/"
description: >-
Matlab-compatible superclass allowing to add new properties dynamically.
icon:
links:
- icon: "far fa-copyright"
label: "GPL-2.0-or-later"
url: "https://gitlab.com/farhi/octave-dynamicprops/blob/master/COPYING"
- icon: "fas fa-rss"
label: "news"
url: "https://gitlab.com/farhi/octave-dynamicprops/releases"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://gitlab.com/farhi/octave-dynamicprops/"
- icon: "fas fa-book"
label: "package documentation"
url: "https://gitlab.com/farhi/octave-dynamicprops/blob/master/README.md"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://gitlab.com/farhi/octave-dynamicprops/issues"
maintainers:
- name: "Emmanuel Farhi"
contact: "[email protected]"
versions:
- id: "0.1"
date: "2019-11-02"
sha256: "f140cdd760f5da8d552bb08f9d562199d203e9f8ce4f47e48e94702a6f13a841"
url: "https://gitlab.com/farhi/octave-dynamicprops/-/archive/0.1/octave-dynamicprops-0.1.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
- id: "dev"
date:
sha256:
url: "https://gitlab.com/farhi/octave-dynamicprops/archive/master.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
---

0 comments on commit 83ccb80

Please sign in to comment.