river.opam 911 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # This file is generated by dune, edit dune-project instead
  2. opam-version: "2.0"
  3. synopsis: "RSS2 and Atom feed aggregator for OCaml"
  4. description: "RSS2 and Atom feed aggregator for OCaml"
  5. maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
  6. authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
  7. license: "MIT"
  8. homepage: "https://github.com/kayceesrk/river"
  9. doc: "https://kayceesrk.github.io/river/"
  10. bug-reports: "https://github.com/kayceesrk/river/issues"
  11. depends: [
  12. "ocaml" {>= "4.08.0"}
  13. "dune" {>= "3.0"}
  14. "syndic" {>= "1.5"}
  15. "cohttp" {>= "5.0.0"}
  16. "cohttp-lwt" {>= "5.0.0"}
  17. "cohttp-lwt-unix" {>= "5.0.0"}
  18. "ptime"
  19. "lwt"
  20. "ocamlnet"
  21. "lambdasoup"
  22. "odoc" {with-doc}
  23. ]
  24. build: [
  25. ["dune" "subst"] {dev}
  26. [
  27. "dune"
  28. "build"
  29. "-p"
  30. name
  31. "-j"
  32. jobs
  33. "@install"
  34. "@runtest" {with-test}
  35. "@doc" {with-doc}
  36. ]
  37. ]
  38. dev-repo: "git+https://github.com/kayceesrk/river.git"