Skip to content

Commit

Permalink
Merge pull request #27 from djs55/release.1.10
Browse files Browse the repository at this point in the history
Release 1.10
  • Loading branch information
djs55 committed Nov 14, 2017
2 parents 980ec32 + 4afa0ed commit 4bfdc5f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PINS="sha:."
- PACKAGE="sha"
matrix:
- DISTRO=alpine OCAML_VERSION=4.02.0
- DISTRO=alpine OCAML_VERSION=4.06.0
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -0,0 +1,3 @@
## v1.10

- Fix build with OCaml 4.06 (and `-safe-string`)
19 changes: 19 additions & 0 deletions sha.opam
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: [
"Vincent Hanquez" "Thomas Gazagnaire" "Goswin von Brederlow"
"Eric Cooper" "Florent Monnier" "Forrest L Norvell"
"Vincent Bernadoff" "David Scott"
]
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
dev-repo: "https://github.com/djs55/ocaml-sha.git"
license: "LGPL"

build: make
install: [make "install"]
remove: [["ocamlfind" "remove" "sha"]]

depends: ["ocamlfind"]

available: [ ocaml-version >= "4.02.0" ]

0 comments on commit 4bfdc5f

Please sign in to comment.