Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions packages/molsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
layout: "package"
permalink: "molsim/"
description: >-
molsim is a wrapper for the seplib molecular dynamics library. It allows
molsim is a GNU Octave pacakge for molecular dynamics simulations. It allows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo.

Suggested change
molsim is a GNU Octave pacakge for molecular dynamics simulations. It allows
molsim is a GNU Octave package for molecular dynamics simulations. It allows

you to perform molecular simulations of simple atomistic systems, confined
fluids, molecular mixtures, polymers and more.
icon: "https://raw.githubusercontent.com/jesperschmidthansen/molsim/main/doc/logo.png"
icon: "https://raw.githubusercontent.com/jesperschmidthansen/molsim/main/resources/logo_1.png"
links:
- icon: "far fa-copyright"
label: "GPL-3.0-or-later"
Expand All @@ -26,6 +26,13 @@ maintainers:
- name: "Jesper Schmidt Hansen"
contact: "jesperschmidthansen@gmail.com"
versions:
- id: "2.0.0"
date: "2026-22-03"
Copy link
Member

@mmuetzel mmuetzel Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be an ISO date in the format "yyyy-mm-dd".

Suggested change
date: "2026-22-03"
date: "2026-03-22"

sha256: "4f93b8ac97513b4aac257cabfd6633574696b021192ade2ddfc177aece1c5d54"
url: "https://github.com/jesperschmidthansen/molsim/archive/refs/tags/v2.0.0.tar.gz"
depends:
- "octave (>= 10.0.0)"
- "pkg"
- id: "1.0.1"
date: "2024-06-09"
sha256: "492a5a00b4a5c0c1eb7ce8aeeca873e9ece036c8a9487075573c619b9994cb68"
Expand Down
Loading