Skip to content

Commit

Permalink
ccopt
Browse files Browse the repository at this point in the history
And respect the cookie-cutter README format that the tooling expects.
  • Loading branch information
pqwy committed Nov 5, 2016
1 parent 239e627 commit b98d3fa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
global:
- PACKAGE="sendmsg"
matrix:
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03
- OCAML_VERSION=4.03 DEPOPTS=lwt
- OCAML_VERSION=4.04
notifications:
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.2 2016-11-05

* Fast-forward the C compiler by a couple of decades.

## v0.0.1 2016-11-04

First release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## π-calculus? In _my_ kernel?
## sendmsg — π-calculus? In _my_ kernel?

Higher-order sockets, oh my!

Expand Down
1 change: 1 addition & 0 deletions _tags
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ not <test/**>: safe_string
<src> : include
<src/*.ml{,i}>: package(unix)
<src/*.cm{,x}a>: link_stubs(src/libsendmsg_stubs)
<src/native/*.c>: ccopt(-std=c99 -O3 -Wall -Wextra)

<lwt>: include
<lwt/*.ml{,i}>: package(lwt.unix)
Expand Down
14 changes: 8 additions & 6 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ license: "ISC"
dev-repo: "https://github.com/pqwy/sendmsg.git"
bug-reports: "https://github.com/pqwy/sendmsg/issues"
tags: []
available: [ ocaml-version >= "4.01.0"]
available: [ ocaml-version >= "4.02.0"]
build: [
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
"--with-lwt" "%{lwt:installed}%"
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"ocb-stubblr" {build & >= "0.1.0"}
"ocb-stubblr" {build}
"alcotest" {test} ]
depopts: [ "lwt" ]
build: [
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
"--with-lwt" "%{lwt:installed}%"
]
conflicts: [ "ocb-stubblr" {<"0.1.0"} ]

0 comments on commit b98d3fa

Please sign in to comment.