fortrangoingonforty/lib-modules / 7e92388

Browse files

Refresh package catalog

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
7e92388ccac7b0715ff124677624ca3fbc72ebbd
Parents
b9b9b5d
Tree
6039aad

2 changed files

StatusFile+-
M README.md 7 3
M packages/README.md 2 0
README.mdmodified
@@ -32,9 +32,10 @@ Go straight to the first standalone package if you already know what you want:
3232
 - [fgof-state](https://github.com/FortranGoingOnForty/fgof-state)
3333
 - [fgof-clipboard](https://github.com/FortranGoingOnForty/fgof-clipboard)
3434
 - [fgof-screen](https://github.com/FortranGoingOnForty/fgof-screen)
35
+- [fgof-jobs](https://github.com/FortranGoingOnForty/fgof-jobs)
3536
 
36
-The current active library target is `fgof-screen`, with `fgof-archive`
37
-and `fgof-jobs` close behind in the backlog.
37
+The current active library target is `fgof-jobs`, with `fgof-archive`
38
+and `fgof-sqlite` close behind in the backlog.
3839
 
3940
 If you want local comparison checkouts for already-served or deferred areas,
4041
 use `./scripts/sync-refs.sh` to populate `.refs/` from the curated reference
@@ -75,6 +76,7 @@ lib-modules/
7576
     fgof-state/       # git submodule
7677
     fgof-clipboard/   # git submodule
7778
     fgof-screen/      # git submodule
79
+    fgof-jobs/        # git submodule
7880
     ...
7981
   scripts/
8082
     add-package-submodule.sh
@@ -98,7 +100,8 @@ lib-modules/
98100
 | [`fgof-cache`](https://github.com/FortranGoingOnForty/fgof-cache) | released `v0.1.0` | standalone repo + submodule | disk cache helpers, mounted at `packages/fgof-cache` |
99101
 | [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state) | released `v0.1.0` | standalone repo + submodule | persistent app and workspace state helpers, mounted at `packages/fgof-state` |
100102
 | [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard) | released `v0.1.0` | standalone repo + submodule | clipboard text helpers, mounted at `packages/fgof-clipboard` |
101
-| [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen) | scaffolded | standalone repo + submodule | virtual screen buffer helpers, mounted at `packages/fgof-screen` |
103
+| [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen) | released `v0.1.0` | standalone repo + submodule | virtual screen buffer helpers, mounted at `packages/fgof-screen` |
104
+| [`fgof-jobs`](https://github.com/FortranGoingOnForty/fgof-jobs) | scaffolded | standalone repo + submodule | background job and wait-model helpers, mounted at `packages/fgof-jobs` |
102105
 
103106
 As packages are created:
104107
 
@@ -140,5 +143,6 @@ Go directly to an individual package repo when you only want one library.
140143
 - [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state): persistent app and workspace state helpers
141144
 - [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard): clipboard text helpers for command-line and interactive tools
142145
 - [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen): virtual screen buffer helpers for future TUIs and prompt layers
146
+- [`fgof-jobs`](https://github.com/FortranGoingOnForty/fgof-jobs): background job and wait-model helpers for shells, supervisors, and tool hosts
143147
 
144148
 See [LANDSCAPE.md](LANDSCAPE.md) for the broader ecosystem assessment and package backlog.
packages/README.mdmodified
@@ -19,6 +19,7 @@ packages/fgof-cache
1919
 packages/fgof-state
2020
 packages/fgof-clipboard
2121
 packages/fgof-screen
22
+packages/fgof-jobs
2223
 ```
2324
 
2425
 Current submodules:
@@ -37,6 +38,7 @@ Current submodules:
3738
 - `fgof-state`
3839
 - `fgof-clipboard`
3940
 - `fgof-screen`
41
+- `fgof-jobs`
4042
 
4143
 Rules:
4244