GPS Exchange Format library/CLI in OCaml

ci: opam init

Changed files
+19 -10
.tangled
workflows
+19 -10
.tangled/workflows/build.yml
···
dependencies:
nixpkgs:
- shell
- gcc
- dune_3
- ocaml
-
- ocamlpackages.xmlm
-
- ocamlpackages.alcotest
-
- ocamlpackages.eio
-
- ocamlpackages.fmt
-
- ocamlpackages.eio_main
-
- ocamlpackages.ppx_expect
-
- ocamlpackages.cmdliner
-
- ocamlpackages.ptime
steps:
-
- name: dune
command: |
-
dune build
···
dependencies:
nixpkgs:
- shell
+
- opam
+
- git
+
- gnupatch
+
- gnumake
+
- gnutar
+
- diffutils
+
- gzip
+
- bzip2
- gcc
- dune_3
- ocaml
steps:
+
- name: opam
+
command: |
+
opam init --disable-sandboxing -any
+
- name: switch
command: |
+
opam install . --unsafe-yes --deps-only
+
- name: build
+
command: |
+
opam exec -- dune build
+
- name: test
+
command: |
+
opam exec -- dune runtest