23 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| (lang dune 3.2)
 | |
| 
 | |
| (name exercism)
 | |
| 
 | |
| (generate_opam_files false)
 | |
| 
 | |
| (source
 | |
|  (uri https://gitea.vp.mk/vladan/exercism))
 | |
| 
 | |
| (authors "Vladan Popovic")
 | |
| (maintainers "Vladan Popovic")
 | |
| 
 | |
| (license LICENSE)
 | |
| 
 | |
| (package
 | |
|  (name exercism)
 | |
|  (synopsis "Exercism OCaml exercises")
 | |
|  (description "Exercism OCaml exercises")
 | |
|  (depends ocaml dune)
 | |
|  (tags
 | |
|   (exercism "Exercism OCaml exercises")))
 | |
| 
 | |
| ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
 |