dune-project 622 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. (lang dune 3.0)
  2. (name river)
  3. (documentation "https://kayceesrk.github.io/river/")
  4. (source
  5. (github kayceesrk/river))
  6. (license MIT)
  7. (authors "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
  8. (maintainers "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
  9. (generate_opam_files true)
  10. (package
  11. (name river)
  12. (synopsis "RSS2 and Atom feed aggregator for OCaml")
  13. (description "RSS2 and Atom feed aggregator for OCaml")
  14. (depends
  15. (ocaml
  16. (>= 4.08.0))
  17. dune
  18. (syndic
  19. (>= 1.5))
  20. (cohttp
  21. (>= 5.0.0))
  22. (cohttp-lwt
  23. (>= 5.0.0))
  24. (cohttp-lwt-unix
  25. (>= 5.0.0))
  26. ptime
  27. lwt
  28. ocamlnet
  29. lambdasoup
  30. (odoc :with-doc)))