simple-learning

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

learning.opam (876B)


      1 # This file is generated by dune, edit dune-project instead
      2 opam-version: "2.0"
      3 synopsis: ".sl Renderer"
      4 description: "A program to render learning files for standardized learning."
      5 maintainer: ["Andrew Laack <andrew@laack.co>"]
      6 authors: ["Andrew Laack <andrew@laack.co>"]
      7 license: "AGPL-3.0"
      8 tags: ["learning" "education"]
      9 homepage: "https://github.com/andrewlaack/learning-takes-time"
     10 doc: "https://github.com/andrewlaack/learning-takes-time"
     11 bug-reports: "https://github.com/andrewlaack/learning-takes-time/issues"
     12 depends: [
     13   "dune" {>= "3.24"}
     14   "ocaml"
     15   "dream"
     16   "jingoo"
     17   "odoc" {with-doc}
     18 ]
     19 build: [
     20   ["dune" "subst"] {dev}
     21   [
     22     "dune"
     23     "build"
     24     "-p"
     25     name
     26     "-j"
     27     jobs
     28     "@install"
     29     "@runtest" {with-test}
     30     "@doc" {with-doc}
     31   ]
     32 ]
     33 dev-repo: "git+https://github.com/andrewlaack/learning-takes-time.git"
     34 x-maintenance-intent: ["(latest)"]