fortrangoingonforty/lib-modules / cd111e2

Browse files

Refresh package catalog

Authored by espadonne
SHA
cd111e2298b78d2b836d95a5c403e5cfe8ef6070
Parents
2d2b8ba
Tree
143af83

2 changed files

StatusFile+-
M README.md 7 3
M packages/README.md 2 0
README.mdmodified
@@ -30,9 +30,10 @@ Go straight to the first standalone package if you already know what you want:
3030
 - [fgof-temp](https://github.com/FortranGoingOnForty/fgof-temp)
3131
 - [fgof-cache](https://github.com/FortranGoingOnForty/fgof-cache)
3232
 - [fgof-state](https://github.com/FortranGoingOnForty/fgof-state)
33
+- [fgof-clipboard](https://github.com/FortranGoingOnForty/fgof-clipboard)
3334
 
34
-The current active library target is `fgof-state`, with `fgof-clipboard`,
35
-`fgof-screen`, and `fgof-archive` close behind in the backlog.
35
+The current active library target is `fgof-clipboard`, with `fgof-screen`,
36
+`fgof-archive`, and `fgof-jobs` close behind in the backlog.
3637
 
3738
 If you want local comparison checkouts for already-served or deferred areas,
3839
 use `./scripts/sync-refs.sh` to populate `.refs/` from the curated reference
@@ -71,6 +72,7 @@ lib-modules/
7172
     fgof-temp/        # git submodule
7273
     fgof-cache/       # git submodule
7374
     fgof-state/       # git submodule
75
+    fgof-clipboard/   # git submodule
7476
     ...
7577
   scripts/
7678
     add-package-submodule.sh
@@ -92,7 +94,8 @@ lib-modules/
9294
 | [`fgof-proc-test`](https://github.com/FortranGoingOnForty/fgof-proc-test) | released `v0.1.0` | standalone repo + submodule | process-test fixtures, mounted at `packages/fgof-proc-test` |
9395
 | [`fgof-temp`](https://github.com/FortranGoingOnForty/fgof-temp) | released `v0.1.0` | standalone repo + submodule | temp files, temp dirs, and atomic write helpers, mounted at `packages/fgof-temp` |
9496
 | [`fgof-cache`](https://github.com/FortranGoingOnForty/fgof-cache) | released `v0.1.0` | standalone repo + submodule | disk cache helpers, mounted at `packages/fgof-cache` |
95
-| [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state) | scaffolded | standalone repo + submodule | persistent app and workspace state helpers, mounted at `packages/fgof-state` |
97
+| [`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` |
98
+| [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard) | scaffolded | standalone repo + submodule | clipboard text helpers, mounted at `packages/fgof-clipboard` |
9699
 
97100
 As packages are created:
98101
 
@@ -132,5 +135,6 @@ Go directly to an individual package repo when you only want one library.
132135
 - [`fgof-temp`](https://github.com/FortranGoingOnForty/fgof-temp): temp files, temp directories, and atomic write helpers
133136
 - [`fgof-cache`](https://github.com/FortranGoingOnForty/fgof-cache): disk cache helpers for command-line tools and local developer workflows
134137
 - [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state): persistent app and workspace state helpers
138
+- [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard): clipboard text helpers for command-line and interactive tools
135139
 
136140
 See [LANDSCAPE.md](LANDSCAPE.md) for the broader ecosystem assessment and package backlog.
packages/README.mdmodified
@@ -17,6 +17,7 @@ packages/fgof-proc-test
1717
 packages/fgof-temp
1818
 packages/fgof-cache
1919
 packages/fgof-state
20
+packages/fgof-clipboard
2021
 ```
2122
 
2223
 Current submodules:
@@ -33,6 +34,7 @@ Current submodules:
3334
 - `fgof-temp`
3435
 - `fgof-cache`
3536
 - `fgof-state`
37
+- `fgof-clipboard`
3638
 
3739
 Rules:
3840