Skip to content

Conversation

@shawn-mcginty
Copy link
Contributor

naboris.0.0.8

Simple http server
Simple http server built on httpaf and lwt



🐫 Pull-request generated by opam-publish v2.0.0

@camelus
Copy link
Contributor

camelus commented Jan 4, 2020

Commit: f48c9b4

@shawn-mcginty has posted 7 contributions.

☀️ All lint checks passed f48c9b4
  • These packages passed lint tests: naboris.0.0.8

☀️ Installability check (+1)
  • new installable packages (1): naboris.0.0.8

]
depends: [
"ocaml" {>= "4.05.0"}
"dune" {build}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"dune" {build}
"dune" {>= "1.6"}

Dune should not be tagged as a build dependency (see #14266), moreover your dune-project file says this package requires at least dune 1.6

"httpaf-lwt-unix" {>= "0.6.0"}
"lwt" {>= "4.2.1"}
"uri" {>= "2.2.0"}
"bisect_ppx" {build}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bisect_ppx" {build}
"bisect_ppx" {dev}

According to what I could find in the documentation of bisect_ppx this should not be tagged as a build dependency either (has a runtime dependency) and can be avoided in most cases except for devs (thus the dev tag, from the documentation)

@shawn-mcginty
Copy link
Contributor Author

I will implement reviewer changes in the next version, I have a bunch of changes I want to publish anyway :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants