Skip to content

Commit

Permalink
Add package: timer.yaml (#438)
Browse files Browse the repository at this point in the history
* Add cpackage: timer.yaml

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

* Update timer.yaml

- Remove trailing whitespace
- Add missing checksum for release

---------

Co-authored-by: Kai Torben Ohlhus <[email protected]>
  • Loading branch information
farhi and siko1056 authored Apr 29, 2024
1 parent 4503500 commit 1b95a65
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: "61550c1dc20a6e8542e4719808fa1d7374ba4c970e39d1db2b7406bc1db1cd76"
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 1b95a65

Please sign in to comment.