File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ opam-version: "2.0"
22name: "deadlock"
33version: "1.0"
44synopsis: "Frama-C plugin for deadlock detection"
5- maintainer: "Tomáš Dacík"
5+ maintainer: "Tomáš Dacík <xdacik00@stud.fit.vutbr.cz> "
66authors: [
7-     "Tomáš Dacík ( xdacik00@stud.fit.vutbr.cz) "
8-     "Tomáš Vojnar ( vojnar@fit.vutbr.cz) "
7+     "Tomáš Dacík < xdacik00@stud.fit.vutbr.cz> "
8+     "Tomáš Vojnar < vojnar@fit.vutbr.cz> "
99]
1010license: "MIT"
11- homepage: [
12-     "https://www.fit.vutbr.cz/research/groups/verifit/tools/sa-plugins/"
13- ]
11+ homepage: "https://github.com/TDacik/Deadlock"
12+ bug-reports: "https://github.com/TDacik/Deadlock/issues"
1413
1514depends: [
1615    "frama-c"
@@ -19,8 +18,9 @@ depends: [
1918]
2019
2120build: [
22-     [make]
23-     [make "setup "]
21+     [" make" "setup" ]
22+     ["make "]
2423]
2524
26- install [make "install"]
25+ install: ["make" "install"]
26+ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments