simple-learning

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

lock.dune (803B)


      1 (lang package 0.1)
      2 
      3 (dependency_hash 19206bbddef7527506a343289342aa4d)
      4 
      5 (ocaml ocaml-base-compiler)
      6 
      7 (repositories
      8  (complete true)
      9  (used
     10   ((source
     11     https://github.com/ocaml-dune/opam-overlays.git#99fc2e18c45b4761ed5f6d282910c03c97e32bce))
     12   ((source
     13     https://github.com/ocaml-dune/opam-repository-relocatable.git#d64df82c7e16de819a770cabf4066a06243ed80b))
     14   ((source
     15     https://github.com/ocaml/opam-repository.git#58d1b506b7ae7fede8468ff62c5d93acc82e680a))))
     16 
     17 (expanded_solver_variable_bindings
     18  (variable_values
     19   (with-doc false)
     20   (with-dev-setup false)
     21   (post true)
     22   (opam-version 2.2.0))
     23  (unset_variables with-test sys-ocaml-libc dev build))
     24 
     25 (solved_for_platforms
     26  ((arch x86_64)
     27   (os linux))
     28  ((arch arm64)
     29   (os linux))
     30  ((arch x86_64)
     31   (os macos))
     32  ((arch arm64)
     33   (os macos)))