Changeset 66 in code for trunk/logarion.opam


Ignore:
Timestamp:
Aug 21, 2024, 1:37:05 AM (8 months ago)
Author:
yakumo.izuru
Message:

Migrate the codebase to the latest revision of Cmdliner

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/logarion.opam

    r65 r66  
    11# This file is generated by dune, edit dune-project instead
    22opam-version: "2.0"
    3 version: "1.3.2"
     3version: "1.4.0"
    44synopsis: "Texts archival and exchange"
    55maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
     
    88homepage: "https://suzunaan.chaotic.ninja/logarion/"
    99bug-reports: "mailto:logarion-dev@chaotic.ninja"
    10 depends: ["ocaml" "dune" "ocurl" "msgpck" "ocmd"]
     10depends: ["ocaml" "dune" "ocurl" "msgpck" "cmdliner"]
    1111build: [
    1212  ["dune" "subst"] {pinned}
Note: See TracChangeset for help on using the changeset viewer.