dune-project (601B)
1 (lang dune 3.24) 2 3 (name learning) 4 5 (generate_opam_files true) 6 7 (source 8 (github andrewlaack/learning-takes-time)) 9 10 (authors "Andrew Laack <andrew@laack.co>") 11 12 (maintainers "Andrew Laack <andrew@laack.co>") 13 14 (license AGPL-3.0) 15 16 (documentation https://github.com/andrewlaack/learning-takes-time) 17 18 (package 19 (name learning) 20 (synopsis ".sl Renderer") 21 (description "A program to render learning files for standardized learning.") 22 (depends ocaml dream jingoo) 23 (tags 24 ("learning" "education"))) 25 26 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html