Skip to content
Snippets Groups Projects
Select Git revision
  • d16ba9278ad1141035675279b51e27f6cf330ff6
  • master default protected
2 results

dune-project

Blame
  • dune-project 535 B
    (lang dune 3.7)
    
    (name robinson)
    
    (generate_opam_files true)
    
    (source
     (github username/reponame))
    
    (authors "Guyslain Naves")
    
    (maintainers "Guyslain Naves")
    
    (license LICENSE)
    
    (documentation https://url/to/documentation)
    
    (package
     (name robinson)
     (synopsis "Algorithms for Robinson Dissimilarities")
     (description "A longer description")
     (depends ocaml dune fix feat RobinsonLib)
     (tags
      (topics "to describe" your project)))
    
    ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project