upstream: https://github.com/mirage/ocaml-gpt
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 21 21 Install with opam: 22 22 23 23 ```sh 24 - $ opam install gpt 24 + $ opam install nox-gpt 25 25 ``` 26 26 27 27 If opam cannot find the package, it may not yet be released in the public ··· 30 30 ```sh 31 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 32 32 $ opam update 33 - $ opam install gpt 33 + $ opam install nox-gpt 34 34 ``` 35 35 36 36 ## Usage