Skip to content

Commit

Permalink
Add cpackage: timer.yaml
Browse files Browse the repository at this point in the history
Add contribution 'timer':
- Matlab-compatible superclass allowing to add new properties dynamically.
  • Loading branch information
farhi authored Apr 28, 2024
1 parent 4503500 commit 45451ef
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/timer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: "package"
permalink: "timer/"
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-timer/blob/master/COPYING"
- icon: "fas fa-rss"
label: "news"
url: "https://gitlab.com/farhi/octave-timer/releases"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://gitlab.com/farhi/octave-timer/"
- icon: "fas fa-book"
label: "package documentation"
url: "https://gitlab.com/farhi/octave-timer/blob/master/README.md"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://gitlab.com/farhi/octave-timer/issues"
maintainers:
- name: "Emmanuel Farhi"
contact: "[email protected]"
versions:
- id: "0.1.2"
date: "2024-04-28"
sha256:
url: "https://gitlab.com/farhi/octave-timer/-/archive/0.1.2/octave-timer-0.1.2.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
- id: "dev"
date:
sha256:
url: "https://gitlab.com/farhi/octave-timer/archive/master.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
---

0 comments on commit 45451ef

Please sign in to comment.