Corrections
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +1,2 @@
 | 
			
		||||
.merlin
 | 
			
		||||
_build/**
 | 
			
		||||
							
								
								
									
										22
									
								
								compta.opam
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								compta.opam
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
# This file is generated by dune, edit dune-project instead
 | 
			
		||||
opam-version: "2.0"
 | 
			
		||||
synopsis: "Comptabilite from one MMB file"
 | 
			
		||||
depends: [
 | 
			
		||||
  "dune" {>= "2.0"}
 | 
			
		||||
  "rresult"
 | 
			
		||||
  "sqlite3_utils"
 | 
			
		||||
]
 | 
			
		||||
build: [
 | 
			
		||||
  ["dune" "subst"] {pinned}
 | 
			
		||||
  [
 | 
			
		||||
    "dune"
 | 
			
		||||
    "build"
 | 
			
		||||
    "-p"
 | 
			
		||||
    name
 | 
			
		||||
    "-j"
 | 
			
		||||
    jobs
 | 
			
		||||
    "@install"
 | 
			
		||||
    "@runtest" {with-test}
 | 
			
		||||
    "@doc" {with-doc}
 | 
			
		||||
  ]
 | 
			
		||||
]
 | 
			
		||||
@ -1,4 +1,3 @@
 | 
			
		||||
 | 
			
		||||
(lang dune 2.0)
 | 
			
		||||
(generate_opam_files true)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user