this repo has no description
1opam-version: "2.0" 2synopsis: "A new language for optimization" 3description: "A new language for optimization " 4maintainer: ["OCamlPro <contact@ocamlpro.com>"] 5authors: ["OCamlPro <contact@ocamlpro.com>"] 6license: "GPL-3.0-only" 7homepage: "https://github.com/ocamlpro/optal" 8bug-reports: "https://github.com/ocamlpro/optal/issues" 9depends: [ 10 "ocaml" {>= "4.07"} 11 "dune" {>= "2.0"} 12 "menhir" {>= "20200624"} 13 "jsonm" {>= "1.0.1"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocamlpro/optal.git" 30url { 31 src: "https://github.com/ocamlpro/optal/archive/0.3.tar.gz" 32 checksum: [ 33 "sha256=57826aa959b375f2a9a5c278d3564f10421fdf1fe04b11b0629b1b694efb6a50" 34 "sha512=de4f1ec9444bddafa5dc4b8e3b33fce79b0b83272c6e37a19f590e7c9e85fdbd9fe09704ffc6ab9ded10935e295050adb97540c28d9c3b9fbf078d76b1da8e1d" 35 ] 36}