this repo has no description
1opam-version: "2.0" 2maintainer: "Frederic Bour <frederic.bour@lakaban.net>" 3authors: "Frederic Bour <frederic.bour@lakaban.net>" 4homepage: "https://github.com/def-lkb/assimp" 5bug-reports: "https://github.com/def-lkb/assimp" 6license: "CC0-1.0+" 7dev-repo: "git+https://github.com/def-lkb/assimp.git" 8build: [make] 9install: [make "install"] 10remove: ["ocamlfind" "remove" "assimp"] 11depends: [ 12 "ocaml" 13 "ocamlfind" {build} 14] 15depexts: [ 16 ["libassimp-dev"] {os-family = "debian"} 17] 18synopsis: "OCaml bindings to Assimp, Open Asset Import Library" 19description: """ 20Assimp homepage: http://assimp.sourceforge.net/ 21Assimp is licensed under 3-clause BSD. 22This binding is licensed under CC0. 23 24Assimp needs to be installed first.""" 25flags: light-uninstall 26url { 27 src: "https://github.com/def-lkb/assimp/archive/v0.1.tar.gz" 28 checksum: [ 29 "sha256=1af0833baafc9cf77e616ae7cf9e9cf60972a266b0478bb9f7320f2aeaa10871" 30 "md5=6db5910570e52fea58091d682204c92a" 31 ] 32}