this repo has no description
1opam-version: "2.0" 2maintainer: "Saswat Padhi <saswat.sourav@gmail.com>" 3authors: "Saswat Padhi <saswat.sourav@gmail.com>" 4homepage: "https://github.com/SaswatPadhi/ocaml-logicalform/" 5 6license: "MIT" 7bug-reports: "https://github.com/SaswatPadhi/ocaml-logicalform/issues" 8dev-repo: "git+https://github.com:SaswatPadhi/ocaml-logicalform.git" 9depends: [ 10 "ocaml" {>= "4.04.0"} 11 "odoc" {with-doc} 12 "jbuilder" {>= "1.0+beta10"} 13 "ppx_sexp_conv" {>= "v0.9" & < "v0.14"} 14 "base" {>= "v0.9" & < "v0.14"} 15 "ocaml-migrate-parsetree" {< "2.0.0"} 16] 17build: [ 18 ["jbuilder" "build" "-p" name "-j" jobs] 19] 20synopsis: 21 "`LogicalForm` provides modules for efficient and intuitive manipulation" 22description: "of logical expressions." 23url { 24 src: 25 "https://github.com/SaswatPadhi/ocaml-logicalform/archive/v0.6.0.tar.gz" 26 checksum: [ 27 "sha256=17b2fed5cd3200a884eb70836ad21e4e2933c099e09454eb930f920e736fecee" 28 "md5=a6b2438a2988f3cf565d3326735cfbaf" 29 ] 30}