27 lines
		
	
	
		
			498 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			498 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
(lang dune 3.15)
 | 
						|
 | 
						|
(name stack_picker)
 | 
						|
 | 
						|
(generate_opam_files true)
 | 
						|
 | 
						|
(source
 | 
						|
 (github username/reponame))
 | 
						|
 | 
						|
(authors "Author Name")
 | 
						|
 | 
						|
(maintainers "Maintainer Name")
 | 
						|
 | 
						|
(license LICENSE)
 | 
						|
 | 
						|
(documentation https://url/to/documentation)
 | 
						|
 | 
						|
(package
 | 
						|
 (name stack_picker)
 | 
						|
 (synopsis "A short synopsis")
 | 
						|
 (description "A longer description")
 | 
						|
 (depends ocaml dune)
 | 
						|
 (tags
 | 
						|
  (topics "to describe" your project)))
 | 
						|
 | 
						|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
 |