Skip to content

Commit

Permalink
Updated project description
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Jul 11, 2023
1 parent 33f81ed commit a031e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions coq-cheri-capabilities.opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "My first Dune package!"
description: """
This is my first attempt at creating
a project with Dune.
"""
synopsis: "Coq interface for CHERI capabilities"
description: "An abstract interface for CHERI capabilities and a concrete one for the Morello architecture"
maintainer: ["[email protected]"]
authors: ["Ricardo Almeida" "Vadim Zaliva"]
license: "BSD-3-clause"
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

(package
(name coq-cheri-capabilities)
(synopsis "My first Dune package!")
(description "\| This is my first attempt at creating
"\| a project with Dune.
(synopsis "Coq interface for CHERI capabilities")
(description "\| An abstract interface for CHERI capabilities
"\| and a concrete one for the Morello architecture.
)
(depends
(coq (< 8.17.0))
Expand Down

0 comments on commit a031e27

Please sign in to comment.