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 "result" 15] 16depexts: [ 17 ["libassimp-dev"] {os-family = "debian"} 18 ["assimp"] {os = "macos" & os-distribution = "homebrew"} 19] 20synopsis: "OCaml bindings to Assimp, Open Asset Import Library" 21description: """ 22Assimp homepage: http://assimp.sourceforge.net/ 23Assimp is licensed under 3-clause BSD. 24This binding is licensed under CC0. 25 26Assimp needs to be installed first.""" 27flags: light-uninstall 28url { 29 src: "https://github.com/let-def/assimp/archive/v0.3.tar.gz" 30 checksum: [ 31 "sha256=dcd08bf3da33e9a4b00ab375dcb669d7865c19c531278084823bb1ede551c2fb" 32 "md5=810fb0f99e0708a1d83e0474fc90a432" 33 ] 34}