You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- These three files are installed to a directory `packinfo` and tools like
67
+
- These two files are installed to a directory `packinfo` and tools like
68
68
`pkg describe` use this information:
69
69
70
70
```
@@ -73,29 +73,31 @@ installation location.
73
73
Package name:
74
74
pkg-example
75
75
Version:
76
-
1.0.0
76
+
1.1.0
77
77
Short description:
78
-
Minimal example package to demonstrate the Octave package extensions. It shows how to organize Octave, C/C++, and FORTRAN code within a package and to properly compile it.
78
+
Minimal example package to demonstrate the Octave package extensions. It shows how to organize Octave, C/C++,and FORTRAN code within a package and to properly compile it.
79
+
Depends on:
80
+
octave >= 4.0.0
81
+
Depended on by:
82
+
79
83
Status:
80
84
Not loaded
81
85
---
82
86
Provides:
83
-
Octave code
87
+
package
84
88
hello_world
85
-
C/C++/FORTRAN code
86
-
mex_demo
87
-
oct_demo
88
89
fortran_demo
90
+
oct_demo
89
91
```
90
92
91
-
-`NEWS`: If this file is provided, the command `news pkg-example` prints it
92
-
on the screen.
93
+
-`NEWS`: If this file is provided,
94
+
the command `news pkg-example` prints it on the screen.
93
95
94
-
-[`doc`](doc): Optional folder. All content is copied to the package
95
-
installation directory.
96
+
-[`doc`](doc): Optional folder.
97
+
All content is copied to the package installation directory.
96
98
97
-
-[`src`](src): **All source code** (Octave m-files, C/C++, and FORTRAN) goes
98
-
here.
99
+
-[`src`](src): **All source code** (Octave m-files, C/C++, and FORTRAN)
100
+
goes here.
99
101
100
102
-[`src/Makefile`](src/Makefile): during the package installation,
101
103
`pkg install` will call `make` with its default target (not
@@ -149,12 +151,8 @@ warning: doc_cache_create: unusable help text found in file 'mex_demo'
149
151
150
152
> What is the use of your package, if only you know about it?
151
153
152
-
You have several options to gain attention, ordered by difficulty:
154
+
You have several options to gain attention for your package:
153
155
154
-
1. Announce your package at <https://octave.discourse.group/>.
155
-
2. Announce your package at <https://wiki.octave.org/Packages>.
0 commit comments