Skip to content

Commit

Permalink
Merge pull request #14 from hannesm/next
Browse files Browse the repository at this point in the history
remove Mirage_random.C
  • Loading branch information
hannesm committed Nov 14, 2021
2 parents 340c73e + eaec12f commit 2f2434c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
### v3.0.0 (2021-11-15)

* Remove Mirage_random.C (@hannesm)

### v2.0.0 (2019-10-21)

* Specialise buffer to Cstruct.t directly in Mirage_random.S (#12 @hannesm)
Expand Down
4 changes: 2 additions & 2 deletions mirage-random.opam
Expand Up @@ -11,14 +11,14 @@ tags: [ "org:mirage"]
license: "ISC"

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"dune" {>="1.1.0"}
"cstruct" {>= "4.0.0"}
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.08.0"}
]

synopsis: "Random-related devices for MirageOS"
Expand Down
3 changes: 0 additions & 3 deletions src/mirage_random.ml
Expand Up @@ -32,6 +32,3 @@ module type S = sig
(** [generate ~g n] generates a random buffer of length [n] using [g]. *)

end

module type C = S
[@@ocaml.deprecated "This module alias to Mirage_random.S will be removed from MirageOS 4.0, use Mirage_random.S directly."]

0 comments on commit 2f2434c

Please sign in to comment.