mirage / charrua

A DHCP library in OCaml
http://mirage.github.io/charrua/
ISC License
55 stars 18 forks source link

use {= version} constraints for packages #102

Closed hannesm closed 5 years ago

hannesm commented 5 years ago

i find this much easier than to rethink when we need to bump versions, and in practise, I'm only really willing to support one version across the repository.

hannesm commented 5 years ago

any opinion on this? @haesbaert @yomimono

yomimono commented 5 years ago

Does this version get auomatically substituted by dune-release or something? I'm failing to find links on this syntax quickly because version isn't the best search string.

hannesm commented 5 years ago

@yomimono it's in opam (2.0 i assume): https://opam.ocaml.org/doc/Manual.html#pkgvar-version

yomimono commented 5 years ago

Ah, OK - I was looking at a different bit of packaging documentation and missed this entirely; thanks for the pointer. In that case this seems fine, I'll merge it.