octavePackages: Update meta.homepage links

This commit is contained in:
Doron Behar 2025-03-30 13:07:39 +03:00
parent cbcb4b98a2
commit 366af0fc93
65 changed files with 65 additions and 65 deletions

View file

@ -3,7 +3,7 @@
## Introduction {#ssec-octave-introduction}
Octave is a modular scientific programming language and environment.
A majority of the packages supported by Octave from their [website](https://octave.sourceforge.io/packages.php) are packaged in nixpkgs.
A majority of the packages supported by Octave from their [website](https://gnu-octave.github.io/packages/) are packaged in nixpkgs.
## Structure {#ssec-octave-structure}

View file

@ -25,7 +25,7 @@ buildOctavePackage rec {
meta = {
name = "Octave Arduino Toolkit";
homepage = "https://octave.sourceforge.io/arduino/index.html";
homepage = "https://gnu-octave.github.io/packages/arduino/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware";

View file

@ -28,7 +28,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/audio/index.html";
homepage = "https://gnu-octave.github.io/packages/audio/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Audio and MIDI Toolbox for GNU Octave";

View file

@ -23,7 +23,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/bim/index.html";
homepage = "https://gnu-octave.github.io/packages/bim/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/bsltl/index.html";
homepage = "https://gnu-octave.github.io/packages/bsltl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/cgi/index.html";
homepage = "https://gnu-octave.github.io/packages/cgi/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Common Gateway Interface for Octave";

View file

@ -24,7 +24,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/communications/index.html";
homepage = "https://gnu-octave.github.io/packages/communications/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = " Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/data-smoothing/index.html";
homepage = "https://gnu-octave.github.io/packages/data-smoothing/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Algorithms for smoothing noisy data";

View file

@ -32,7 +32,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/database/index.html";
homepage = "https://gnu-octave.github.io/packages/database/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Interface to SQL databases, currently only postgresql using libpq";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/dataframe/index.html";
homepage = "https://gnu-octave.github.io/packages/dataframe/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Data manipulation toolbox similar to R data.frame";

View file

@ -26,7 +26,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/dicom/index.html";
homepage = "https://gnu-octave.github.io/packages/dicom/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Digital communications in medicine (DICOM) file io";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/divand/index.html";
homepage = "https://gnu-octave.github.io/packages/divand/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Performs an n-dimensional variational analysis (interpolation) of arbitrarily located observations";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/doctest/index.html";
homepage = "https://gnu-octave.github.io/packages/doctest/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Find and run example code within documentation";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/econometrics/index.html";
homepage = "https://gnu-octave.github.io/packages/econometrics/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Econometrics functions including MLE and GMM based techniques";

View file

@ -26,7 +26,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/fem-fenics/index.html";
homepage = "https://gnu-octave.github.io/packages/fem-fenics/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Package for the resolution of partial differential equations based on fenics";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/financial/index.html";
homepage = "https://gnu-octave.github.io/packages/financial/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Monte Carlo simulation, options pricing routines, financial manipulation, plotting functions and additional date manipulation tools";

View file

@ -34,7 +34,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/fits/index.html";
homepage = "https://gnu-octave.github.io/packages/fits/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Functions for reading, and writing FITS (Flexible Image Transport System) files using cfitsio";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/fpl/index.html";
homepage = "https://gnu-octave.github.io/packages/fpl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Collection of routines to export data produced by Finite Elements or Finite Volume Simulations in formats used by some visualization programs";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/ga/index.html";
homepage = "https://gnu-octave.github.io/packages/ga/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Genetic optimization code";

View file

@ -24,7 +24,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/general/index.html";
homepage = "https://gnu-octave.github.io/packages/general/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "General tools for Octave";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/generate_html/index.html";
homepage = "https://gnu-octave.github.io/packages/generate_html/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Provides functions for generating HTML pages that contain the help texts for a set of functions";

View file

@ -20,7 +20,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/geometry/index.html";
homepage = "https://gnu-octave.github.io/packages/geometry/";
license = with lib.licenses; [
gpl3Plus
boost

View file

@ -20,7 +20,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/gsl/index.html";
homepage = "https://gnu-octave.github.io/packages/gsl/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Octave bindings to the GNU Scientific Library";

View file

@ -24,7 +24,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/image-acquisition/index.html";
homepage = "https://gnu-octave.github.io/packages/image-acquisition/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Functions to capture images from connected devices";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/image/index.html";
homepage = "https://gnu-octave.github.io/packages/image/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Functions for processing images";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/instrument-control/index.html";
homepage = "https://gnu-octave.github.io/packages/instrument-control/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Low level I/O functions for serial, i2c, spi, parallel, tcp, gpib, vxi11, udp and usbtmc interfaces";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/interval/index.html";
homepage = "https://gnu-octave.github.io/packages/interval/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Interval arithmetic to evaluate functions over subsets of their domain";

View file

@ -25,7 +25,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/io/index.html";
homepage = "https://gnu-octave.github.io/packages/io/";
license = with lib.licenses; [
gpl3Plus
bsd2

View file

@ -47,7 +47,7 @@ buildOctavePackage rec {
meta = {
name = "Level Set";
homepage = "https://octave.sourceforge.io/level-set/index.html";
homepage = "https://gnu-octave.github.io/packages/level-set/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/linear-algebra/index.html";
homepage = "https://gnu-octave.github.io/packages/linear-algebra/";
license = with lib.licenses; [
gpl3Plus
lgpl3Plus

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/lssa/index.html";
homepage = "https://gnu-octave.github.io/packages/lssa/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Tools to compute spectral decompositions of irregularly-spaced time series";

View file

@ -34,7 +34,7 @@ buildOctavePackage rec {
meta = {
name = "The Large Time-Frequency Analysis Toolbox";
homepage = "https://octave.sourceforge.io/ltfat/index.html";
homepage = "https://gnu-octave.github.io/packages/ltfat/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Toolbox for working with time-frequency analysis, wavelets and signal processing";

View file

@ -26,7 +26,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/mapping/index.html";
homepage = "https://gnu-octave.github.io/packages/mapping/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Simple mapping and GIS .shp .dxf and raster file functions";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/matgeom/index.html";
homepage = "https://gnu-octave.github.io/packages/matgeom/";
license = with lib.licenses; [
bsd2
gpl3Plus

View file

@ -25,7 +25,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/miscellaneous/index.html";
homepage = "https://gnu-octave.github.io/packages/miscellaneous/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Miscellaneous tools that don't fit somewhere else";

View file

@ -46,7 +46,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/msh/index.html";
homepage = "https://gnu-octave.github.io/packages/msh/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Create and manage triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/mvn/index.html";
homepage = "https://gnu-octave.github.io/packages/mvn/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Multivariate normal distribution clustering and utility functions";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/nan/index.html";
homepage = "https://gnu-octave.github.io/packages/nan/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Statistics and machine learning toolbox for data with and w/o missing values";

View file

@ -24,7 +24,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/ncarray/index.html";
homepage = "https://gnu-octave.github.io/packages/ncarray/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Access a single or a collection of NetCDF files as a multi-dimensional array";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/netcdf/index.html";
homepage = "https://gnu-octave.github.io/packages/netcdf/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "NetCDF interface for Octave";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/nurbs/index.html";
homepage = "https://gnu-octave.github.io/packages/nurbs/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink";

View file

@ -15,7 +15,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/ocl/index.html";
homepage = "https://gnu-octave.github.io/packages/ocl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Use OpenCL for parallelization";

View file

@ -24,7 +24,7 @@ buildOctavePackage rec {
meta = {
name = "GNU Octave Clipping Polygons Tool";
homepage = "https://octave.sourceforge.io/octclip/index.html";
homepage = "https://gnu-octave.github.io/packages/octclip/";
license = with lib.licenses; [ gpl3Plus ]; # modified BSD?
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Perform boolean operations with polygons using the Greiner-Hormann algorithm";

View file

@ -27,7 +27,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/octproj/index.html";
homepage = "https://gnu-octave.github.io/packages/octproj/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "GNU Octave bindings to PROJ library for cartographic projections and CRS transformations";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/optics/index.html";
homepage = "https://gnu-octave.github.io/packages/optics/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Functions covering various aspects of optics";

View file

@ -28,7 +28,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/optim/index.html";
homepage = "https://gnu-octave.github.io/packages/optim/";
license = with lib.licenses; [
gpl3Plus
publicDomain

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/optiminterp/index.html";
homepage = "https://gnu-octave.github.io/packages/optiminterp/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Optimal interpolation toolbox for octave";

View file

@ -32,7 +32,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/parallel/index.html";
homepage = "https://gnu-octave.github.io/packages/parallel/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Parallel execution package";

View file

@ -22,7 +22,7 @@ buildOctavePackage rec {
'';
meta = {
homepage = "https://octave.sourceforge.io/quaternion/index.html";
homepage = "https://gnu-octave.github.io/packages/quaternion/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Quaternion package for GNU Octave, includes a quaternion class with overloaded operators";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/queueing/index.html";
homepage = "https://gnu-octave.github.io/packages/queueing/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Provides functions for queueing networks and Markov chains analysis";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/signal/index.html";
homepage = "https://gnu-octave.github.io/packages/signal/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Signal processing tools, including filtering, windowing and display functions";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/sockets/index.html";
homepage = "https://gnu-octave.github.io/packages/sockets/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Socket functions for networking from within octave";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/sparsersb/index.html";
homepage = "https://gnu-octave.github.io/packages/sparsersb/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/splines/index.html";
homepage = "https://gnu-octave.github.io/packages/splines/";
license = with lib.licenses; [
gpl3Plus
publicDomain

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/stk/index.html";
homepage = "https://gnu-octave.github.io/packages/stk/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "STK is a (not so) Small Toolbox for Kriging";

View file

@ -35,7 +35,7 @@ buildOctavePackage rec {
'';
meta = {
homepage = "https://octave.sourceforge.io/strings/index.html";
homepage = "https://gnu-octave.github.io/packages/strings/";
license = lib.licenses.gpl3Plus;
# Claims to have a freebsd license, but I found none.
maintainers = with lib.maintainers; [ KarlJoad ];

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/struct/index.html";
homepage = "https://gnu-octave.github.io/packages/struct/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Additional structure manipulation functions";

View file

@ -27,7 +27,7 @@ buildOctavePackage rec {
propagatedBuildInputs = [ pythonEnv ];
meta = {
homepage = "https://octave.sourceforge.io/symbolic/index.html";
homepage = "https://gnu-octave.github.io/packages/symbolic/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Adds symbolic calculation features to GNU Octave";

View file

@ -26,7 +26,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/tisean/index.html";
homepage = "https://gnu-octave.github.io/packages/tisean/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Port of TISEAN 3.0.1";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/tsa/index.html";
homepage = "https://gnu-octave.github.io/packages/tsa/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Stochastic concepts and maximum entropy methods for time series analysis";

View file

@ -19,7 +19,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/vibes/index.html";
homepage = "https://gnu-octave.github.io/packages/vibes/";
license = with lib.licenses; [
gpl3Plus
mit

View file

@ -27,7 +27,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/video/index.html";
homepage = "https://gnu-octave.github.io/packages/video/";
license = with lib.licenses; [
gpl3Plus
bsd3

View file

@ -32,7 +32,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/vrml/index.html";
homepage = "https://gnu-octave.github.io/packages/vrml/";
license = with lib.licenses; [
gpl3Plus
fdl12Plus

View file

@ -14,7 +14,7 @@ buildOctavePackage rec {
};
meta = {
homepage = "https://octave.sourceforge.io/windows/index.html";
homepage = "https://gnu-octave.github.io/packages/windows/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "Provides COM interface and additional functionality on Windows";

View file

@ -34,7 +34,7 @@ buildOctavePackage rec {
];
meta = {
homepage = "https://octave.sourceforge.io/zeromq/index.html";
homepage = "https://gnu-octave.github.io/packages/zeromq/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = "ZeroMQ bindings for GNU Octave";