Skip to content

Commit 7ae0869

Browse files
authored
Merge pull request #10 from psafont/rel
meta: change metadata to be make the package dune-release-able
2 parents 16f0656 + 4e68363 commit 7ae0869

File tree

5 files changed

+31
-14
lines changed

5 files changed

+31
-14
lines changed

CHANGES

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## v2.0.3 (2025-09-18)
2+
- Make library compatible with 4.x again
3+
4+
## v2.0.2 (2022-12-06)
5+
- Add license
6+
- OCaml 5 compatibility
7+
8+
## v2.0.1 (2019-01-02)
9+
- move build to dune
10+
11+
## v2.0.0 (2018-05-24)
12+
- Update interface for safe-string
13+
14+
## v1.0.5 (2017-08-04)
15+
- port to jbuilder
16+
17+
## v1.0.4 (2017-01-11)
18+
- add opam file
19+
- add .travis.yml
20+
- fix build on Win32
21+
22+
## v1.0.1 (2013-04-23)
23+
- fix the build on Mac OSX
24+
25+
## v1.0.0 (2013-03-27)
26+
- initial public release

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
(lang dune 1.4)
2+
3+
(name fd-send-recv)

fd-send-recv-tuntap.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
1111
bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
1212
dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
1313
doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
14+
x-maintenance-intent: ["(latest)"]
1415
tags: [
1516
"org:mirage"
1617
"org:xapi-project"

fd-send-recv.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
1111
bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
1212
dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
1313
doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
14+
x-maintenance-intent: ["(latest)"]
1415
tags: [
1516
"org:mirage"
1617
"org:xapi-project"
@@ -21,7 +22,7 @@ build: [
2122
["dune" "build" "@doc" "-p" name] {with-doc}
2223
]
2324
depends: [
24-
"ocaml"
25+
"ocaml" {>= "4.14"}
2526
"dune" {build}
2627
"odoc" {with-doc}
2728
]

0 commit comments

Comments
 (0)