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
44 changes: 44 additions & 0 deletions packages/octave_php_wrapper.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: "package"
permalink: "octave_php_wrapper/"
description: >-
The octave_php_wrapper package creates a PHP wrapper for Octave
script, so that you can run the Octave script by PHP,
like modern Internet service.
icon: "https://avatars.githubusercontent.com/u/184102101?v=4"
links:
- icon: "far fa-copyright"
label: "GPL-3.0-or-later"
url: "https://github.com/CNOCTAVE/octave_php_wrapper/blob/main/COPYING"
- icon: "fas fa-rss"
label: "news"
url: "https://github.com/CNOCTAVE/octave_php_wrapper/blob/main/NEWS"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://github.com/CNOCTAVE/octave_php_wrapper"
- icon: "fas fa-th-list"
label: "function reference"
url: "https://cnoctave.github.io/octave_php_wrapper/index.html"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://github.com/CNOCTAVE/octave_php_wrapper/issues"
maintainers:
- name: "CNOCTAVE"
contact: "[email protected]"
- name: "Yu Hongbo"
contact: "[email protected]"
versions:
- id: "1.0.0"
date: "2025-05-22"
sha256: "d9cc4939332c199b1e642d019162441dfc9207fd95d0d8b122bb202138f4074f"
url: "https://github.com/CNOCTAVE/octave_php_wrapper/releases/download/1.0.0/octave_php_wrapper.tar.gz"
depends:
- "octave (>= 5.2.0)"
- "pkg"
fedora41:
- "php"
- "octave-cli"
fedora42:
- "php"
- "octave-cli"
---
Loading