File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CoqMakefile: Makefile _CoqProject
1414invoke-coqmakefile : CoqMakefile
1515 $(MAKE ) --no-print-directory -f CoqMakefile $(filter-out $(KNOWNTARGETS ) ,$(MAKECMDGOALS ) )
1616
17- .PHONY : invoke-coqmakefile record-update $(KNOWNFILES )
17+ .PHONY : invoke-coqmakefile $(KNOWNFILES )
1818
1919# ###################################################################
2020# # Your targets here ##
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: "https://github.com/libtx/Storage"
55dev-repo: "git+https://github.com/libtx/Storage.git"
66license: "GPL3"
77maintainer: "noreply@example.com"
8- synopsis: "Formal model of storage backend "
8+ synopsis: "Axiomatic abstraction of storage container "
99description: """
1010"""
1111
@@ -14,14 +14,12 @@ build: [
1414]
1515install: [make "install"]
1616depends: [
17- "coq" {(>= "8.19") | (= "dev")}
18- "coq-record-update" {(>= "0.3" & < "0.4~")}
17+ "coq" {(>= "8.19")}
1918 "coq-hammer"
2019]
2120
2221tags: [
23- "keyword:program verification"
24- "keyword:distributed algorithms"
22+ "keyword:containers"
2523]
2624authors: [
2725 "k32"
You can’t perform that action at this time.
0 commit comments