GPS Exchange Format library/CLI in OCaml

ci: fix

Changed files
+3 -1
.tangled
workflows
+3 -1
.tangled/workflows/build.yml
···
nixpkgs:
- shell
- stdenv
+
- gccstenv
- binutils
- libunwind
- ncurses
···
- gzip
- bzip2
- gcc
+
- ocaml
steps:
- name: opam
···
opam init --disable-sandboxing -any
- name: switch
command: |
-
opam install . --confirm-level=unsafe-yes --deps-only
+
opam install . --confirm-level=unsafe-yes --deps-only -v
- name: build
command: |
opam exec -- dune build