simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

seq.base.pkg (498B)


      1 (version base)
      2 
      3 (depends
      4  (all_platforms (ocaml)))
      5 
      6 (extra_sources
      7  (META.seq
      8   (fetch
      9    (url
     10     https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq)
     11    (checksum
     12     sha256=e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be)))
     13  (seq.install
     14   (fetch
     15    (url
     16     https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install)
     17    (checksum
     18     sha256=fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904))))