Skip to content

Commit

Permalink
Merge pull request #5 from sadiqj/duneify2
Browse files Browse the repository at this point in the history
set the public name for the library and add a synopsis
  • Loading branch information
kayceesrk authored Apr 17, 2019
2 parents b9ced74 + 3fc1e5e commit 2b8eb0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(lang dune 1.8)
(name kcas)
4 changes: 2 additions & 2 deletions kcas.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "kcas"
maintainer: "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
homepage: "https://github.com/kayceesrk/kcas"
description: "Multi-word compare-and-swap library"
synopsis: "Multi-word compare-and-swap library"
doc: "https://kayceesrk.github.io/kcas/doc"
license: "ISC"
dev-repo: "git+https://github.com/kayceesrk/kcas.git"
Expand All @@ -15,5 +15,5 @@ depends: [
"dune" {build} ]
depopts: []
build: [
["dune" "build" "src/kcas.mllib"]
["dune" "build" "-p" name]
]
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library
(name kcas)
(public_name kcas)
(libraries unix)
(modes native))

0 comments on commit 2b8eb0f

Please sign in to comment.