package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 08 Jan 2024

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest
  33. alcotest-async
  34. alcotest-js
  35. alcotest-lwt
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. allegro5
  41. alonzo
  42. alsa >= "0.3.0"
  43. alt-ergo >= "2.3.0" & < "2.6.0"
  44. alt-ergo-free >= "2.4.3"
  45. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  46. alt-ergo-parsers < "2.6.0"
  47. alt-ergo-plugin-ab-why3 < "2.6.0"
  48. altgr-ergo >= "2.3.0"
  49. ambient-context
  50. ambient-context-eio
  51. ambient-context-lwt
  52. amqp-client >= "2.0.3"
  53. amqp-client-async
  54. amqp-client-lwt
  55. ancient >= "0.10.0"
  56. anders
  57. angstrom >= "0.11.1"
  58. angstrom-async >= "0.11.1"
  59. angstrom-lwt-unix >= "0.11.1"
  60. angstrom-unix >= "0.11.1"
  61. ansi
  62. ansi-parse
  63. anthill
  64. antic != "0.3.1"
  65. ao >= "0.2.2"
  66. api-watch
  67. apronext
  68. arb != "0.3.1"
  69. arc
  70. archetype
  71. archi
  72. archi-async
  73. archi-lwt
  74. arg-complete
  75. argon2
  76. argsh
  77. arp
  78. arrakis
  79. arrayjit < "0.5.2"
  80. art
  81. asai
  82. asak
  83. ask
  84. ask-integrator
  85. asli >= "0.2.0"
  86. aslref
  87. asn1-combinators >= "0.2.5"
  88. ast_generic
  89. async
  90. async-uri
  91. async_durable
  92. async_extra
  93. async_find
  94. async_graphics
  95. async_inotify
  96. async_interactive
  97. async_js
  98. async_kernel
  99. async_log
  100. async_rpc_kernel
  101. async_rpc_websocket
  102. async_sendfile
  103. async_shell
  104. async_smtp
  105. async_ssl
  106. async_udp
  107. async_unix
  108. async_websocket
  109. atable
  110. atacama
  111. atd >= "2.2.1" & < "4.0.0"
  112. atdcpp < "4.0.0"
  113. atdd < "4.0.0"
  114. atdgen >= "2.2.1" & < "4.0.0"
  115. atdgen-codec-runtime < "4.0.0"
  116. atdgen-runtime >= "2.2.1" & < "4.0.0"
  117. atdj >= "2.2.1" & < "4.0.0"
  118. atdpy < "4.0.0"
  119. atds < "4.0.0"
  120. atdts < "4.0.0"
  121. atomic < "base"
  122. autofonce
  123. autofonce_config
  124. autofonce_core
  125. autofonce_lib
  126. autofonce_m4
  127. autofonce_misc
  128. autofonce_patch
  129. autofonce_share
  130. avro
  131. avro-compiler
  132. awa
  133. awa-mirage
  134. aws >= "1.2"
  135. aws-async
  136. aws-autoscaling >= "1.2"
  137. aws-cloudformation >= "1.2"
  138. aws-cloudtrail >= "1.2"
  139. aws-cloudwatch
  140. aws-config
  141. aws-ec2 >= "1.2"
  142. aws-elasticache
  143. aws-elasticloadbalancing >= "1.2"
  144. aws-lwt
  145. aws-rds
  146. aws-route53
  147. aws-s3
  148. aws-s3-async
  149. aws-s3-lwt
  150. aws-sdb >= "1.2"
  151. aws-sqs
  152. aws-ssm >= "1.2"
  153. aws-sts >= "1.2"
  154. awsm
  155. awsm-async
  156. awsm-codegen
  157. awsm-lwt
  158. awso
  159. awso-async
  160. awso-cli
  161. awso-common
  162. awso-eio
  163. awso-lwt
  164. awso-sync
  165. azblob
  166. azblob-async
  167. azure-cosmos-db < "0.4.0"
  168. babel
  169. baby
  170. backoff
  171. bag
  172. baguette_sharp
  173. bam
  174. bam-ppx
  175. bancos
  176. bank
  177. bare_encoding
  178. bark
  179. base
  180. base32
  181. base64 >= "2.3.0"
  182. base_bigstring
  183. base_quickcheck
  184. base_trie
  185. bastet
  186. bastet_async
  187. bastet_lwt
  188. batch_jaro_winkler
  189. batsat
  190. batteries >= "3.7.1"
  191. bdd >= "0.5"
  192. bddrand
  193. bech32
  194. bechamel
  195. bechamel-js
  196. bechamel-notty
  197. bechamel-perf
  198. beluga >= "1.0"
  199. benchmark >= "1.6"
  200. bencode >= "2.0"
  201. bentov
  202. bestline
  203. bheap >= "2.0.0"
  204. bibfmt
  205. bidirectional_map
  206. bigarray-compat
  207. bigarray-overlap
  208. bigdecimal
  209. bignum
  210. bigstring >= "0.3"
  211. bigstring-unix
  212. bigstringaf >= "0.5.0"
  213. bimage
  214. bimage-display
  215. bimage-gtk
  216. bimage-io
  217. bimage-lwt
  218. bimage-sdl
  219. bimage-unix
  220. bimap
  221. bin
  222. bin_prot
  223. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  224. binaryen_dsl
  225. bindlib >= "6.0.0"
  226. biniou >= "1.2.1"
  227. binning
  228. binsec < "0.11.0"
  229. bio_io
  230. biocaml
  231. biotk
  232. bisect_ppx >= "1.4.0"
  233. bistro
  234. bistro-bio
  235. bitcoin >= "3.0"
  236. bitcoin-cohttp-async
  237. bitcoin-cohttp-lwt
  238. bitcoin-ocurl
  239. bitcoinml
  240. bitlib
  241. bitmasks
  242. bitpack_serializer
  243. bitstring >= "3.1.1" & < "5.0.2"
  244. bitv >= "1.4"
  245. bitwuzla
  246. bitwuzla-bin < "1.0.0"
  247. bitwuzla-c
  248. bitwuzla-cxx
  249. bizowie-api
  250. bjack >= "0.1.6"
  251. blake3
  252. bloomf
  253. bls12-381 < "18.0" | >= "19.0"
  254. bls12-381-gen
  255. bls12-381-hash
  256. bls12-381-js
  257. bls12-381-js-gen
  258. bls12-381-legacy
  259. bls12-381-signature
  260. bls12-381-unix
  261. blurhash
  262. bm25
  263. bnfgen
  264. bogue
  265. bogue-tutorials
  266. boltzgen < "0.9.5"
  267. bonsai
  268. boulangerie
  269. box
  270. brr-lwd
  271. bst >= "7.0.1"
  272. bstr
  273. buffer-pool
  274. build_path_prefix_map >= "0.3"
  275. builder
  276. builder-web
  277. bun >= "0.3.4"
  278. bwd
  279. bwrap
  280. bytearray
  281. bytebuffer
  282. bytepdf
  283. bytestring
  284. bz2
  285. ca-certs
  286. ca-certs-nss
  287. cachet
  288. cachet-lwt
  289. cachet-solo5
  290. cactus
  291. cairn
  292. cairo2 >= "0.6"
  293. cairo2-gtk
  294. cairo2-pango
  295. caisar
  296. caisar-ir
  297. caisar-nnet
  298. caisar-onnx
  299. caisar-ovo
  300. caisar-xgboost
  301. calcium != "0.3.1"
  302. calculon
  303. calculon-web
  304. caldav
  305. calendar >= "3.0.0"
  306. calendars
  307. calipso
  308. calli
  309. callipyge >= "0.2"
  310. camelot
  311. camels
  312. camelsnakekebab
  313. camldiets
  314. camlimages >= "5.0.2"
  315. camlix
  316. camlon >= "3.1.0"
  317. camlp-streams
  318. camlrack
  319. camltc >= "0.9.8"
  320. camomile >= "1.0.2"
  321. camyll
  322. canary
  323. capitalization
  324. capnp >= "3.5.0"
  325. capnp-rpc < "2.1"
  326. capnp-rpc-lwt < "2.0"
  327. capnp-rpc-net < "2.1"
  328. capnp-rpc-unix < "2.1"
  329. caqti >= "1.0.0"
  330. caqti-async
  331. caqti-driver-mariadb
  332. caqti-driver-pgx
  333. caqti-driver-postgresql >= "1.0.0"
  334. caqti-driver-sqlite3 >= "1.0.0"
  335. caqti-dynload >= "1.0.0"
  336. caqti-eio
  337. caqti-lwt >= "1.0.0"
  338. caqti-miou
  339. caqti-mirage
  340. caqti-tls
  341. caqti-type-calendar >= "1.0.0"
  342. carbon
  343. carray
  344. carton
  345. carton-git
  346. carton-git-lwt
  347. carton-lwt
  348. carton-miou
  349. carton-miou-unix
  350. castore
  351. catala < "1.0.0~beta"
  352. catala-format >= "0.2.0" & < "1.2.0"
  353. catala-lsp
  354. catapult
  355. catapult-client
  356. catapult-daemon
  357. catapult-file
  358. catapult-sqlite
  359. cattery
  360. cb-check
  361. cbor >= "0.3"
  362. cborl
  363. ccbg
  364. cconv >= "0.5"
  365. cdb
  366. cdrom >= "0.9.4"
  367. ceph
  368. certify >= "0.3.0"
  369. cf
  370. cf-lwt
  371. cfg >= "2.2.0"
  372. cfml
  373. cfstream
  374. chacha
  375. chamelon >= "0.2.1"
  376. chamelon-unix
  377. chamo
  378. charInfo_width
  379. charrua
  380. charrua-client
  381. charrua-server
  382. charrua-unix
  383. charset
  384. chartjs
  385. chartjs-annotation
  386. chartjs-colorschemes
  387. chartjs-datalabels
  388. chartjs-streaming
  389. chase
  390. checkseum = "0.0.3" | >= "0.2.1"
  391. choice >= "0.4"
  392. chrome-trace < "3.19.0"
  393. cid
  394. cinaps >= "v0.12.0"
  395. clangml >= "4.0.1"
  396. clangml-transforms
  397. clap >= "0.2.0"
  398. clarity-lang
  399. class_group_vdf
  400. clim
  401. clim-ppx
  402. climate
  403. cll
  404. clp_operations
  405. clz
  406. cmarker
  407. cmdliner-stdlib
  408. cmon
  409. codept
  410. codept-lib
  411. codicons
  412. cohttp >= "1.1.1"
  413. cohttp-async
  414. cohttp-bench
  415. cohttp-curl
  416. cohttp-curl-async
  417. cohttp-curl-lwt
  418. cohttp-eio
  419. cohttp-lwt
  420. cohttp-lwt-jsoo
  421. cohttp-lwt-unix
  422. cohttp-mirage
  423. cohttp-server-lwt-unix
  424. cohttp-top
  425. cohttp_async_websocket
  426. cohttp_static_handler
  427. coin >= "0.1.1"
  428. colibri2
  429. colombe
  430. color >= "0.2.0"
  431. color-brewery
  432. colors
  433. combinaml
  434. combinat
  435. comby
  436. comby-kernel
  437. comby-semantic
  438. command_rpc
  439. conan
  440. conan-cli
  441. conan-database
  442. conan-lwt
  443. conan-unix
  444. conduit
  445. conduit-async
  446. conduit-lwt
  447. conduit-lwt-unix
  448. conduit-mirage
  449. conex >= "0.10.0"
  450. conex-mirage-crypto
  451. confero
  452. config
  453. config-file = "1.2.1"
  454. conformist
  455. containers
  456. containers-data
  457. containers-thread
  458. content_security_policy
  459. contract
  460. cookie
  461. cookies
  462. coq >= "8.14.0" & < "9.0.0"
  463. coq-core
  464. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  465. coq-of-ocaml
  466. coq-serapi
  467. coq-stdlib < "9.0.0"
  468. coq-waterproof
  469. coqide >= "8.14.0"
  470. coqide-server
  471. core
  472. core-and-more
  473. core_bench
  474. core_compat
  475. core_extended
  476. core_kernel
  477. core_profiler
  478. core_unix
  479. cosovo
  480. cow >= "2.4.0"
  481. cowabloga >= "0.5.0"
  482. cpm >= "12.1.2"
  483. cppo >= "1.6.6"
  484. cppo_ocamlbuild >= "1.6.6"
  485. cps_toolbox
  486. cpu
  487. cpuid >= "0.1.2"
  488. crc >= "2.1.0"
  489. crlibm >= "0.3"
  490. crontab
  491. crowbar >= "0.2"
  492. crunch
  493. cry >= "0.6.5"
  494. crypt >= "2.0"
  495. cryptokit >= "1.16.1"
  496. csexp
  497. csexp-query
  498. css
  499. css-parser
  500. cstruct
  501. cstruct-async
  502. cstruct-lwt
  503. cstruct-sexp
  504. cstruct-unix
  505. csv >= "2.2"
  506. csv-lwt >= "2.1"
  507. csvfields
  508. csvtool
  509. ctoxml
  510. ctypes >= "0.21.1"
  511. ctypes-foreign >= "0.21.1"
  512. ctypes-zarith
  513. ctypes_stubs_js
  514. cucumber
  515. cudajit < "0.7.0"
  516. cudd < "0.1.3"
  517. cudf >= "0.10"
  518. cue_sheet_maker
  519. cuid >= "0.2"
  520. cumulus
  521. curl
  522. curl_lwt
  523. curly >= "0.2.0"
  524. current
  525. current-albatross-deployer
  526. current-web-pipelines
  527. current_ansi
  528. current_docker
  529. current_examples
  530. current_git
  531. current_github
  532. current_gitlab
  533. current_incr
  534. current_ocluster
  535. current_rpc
  536. current_slack
  537. current_ssh
  538. current_web
  539. curses >= "1.0.9" & < "1.0.12"
  540. curve-sampling
  541. cvc5
  542. cviode
  543. daft >= "0.0.4"
  544. dap
  545. data-encoding
  546. dataframe
  547. datakit-server >= "0.12.2"
  548. datakit-server-9p >= "0.12.2"
  549. datalog >= "0.6"
  550. dates_calc
  551. daypack-lib
  552. dbf != "0.1.1"
  553. dblp
  554. dblp-api
  555. debian-formats >= "0.1.2"
  556. decimal
  557. decoders >= "0.1.2"
  558. decoders-bencode
  559. decoders-cbor
  560. decoders-ezjsonm >= "0.1.2"
  561. decoders-ezxmlm
  562. decoders-jsonaf
  563. decoders-jsonm
  564. decoders-msgpck
  565. decoders-sexplib
  566. decoders-yojson >= "0.1.2"
  567. decompress >= "0.8.1"
  568. dedent
  569. dedukti >= "2.7"
  570. delimcc_of_fxhandler
  571. delimited_parsing
  572. depyt
  573. devkit >= "1.0"
  574. diet
  575. diff
  576. diffable
  577. digestif >= "0.9.0"
  578. directories
  579. dirsift
  580. diskuvbox
  581. disml
  582. dispatch >= "0.4.1"
  583. dispatch-js
  584. distributed >= "0.6.0"
  585. distributed-lwt >= "0.2.0"
  586. distributed-uwt >= "0.2.0"
  587. dkim
  588. dkim-bin
  589. dkim-lwt-unix
  590. dkim-mirage
  591. dkml-c-probe
  592. dkml-dune-dsl
  593. dkml-dune-dsl-show
  594. dkml-install
  595. dkml-install-installer
  596. dkml-install-runner
  597. dkml-runtime-common >= "2.0.3"
  598. dkml-runtime-distribution
  599. dkml-workflows
  600. dlm >= "0.3.1"
  601. dmap
  602. dmarc
  603. dns
  604. dns-certify
  605. dns-cli
  606. dns-client
  607. dns-client-lwt
  608. dns-client-miou-unix
  609. dns-client-mirage
  610. dns-lwt
  611. dns-mirage
  612. dns-resolver
  613. dns-server
  614. dns-stub
  615. dns-tsig
  616. dnsrobot
  617. dnssec
  618. docfd
  619. docker-api >= "0.2"
  620. docker_hub
  621. dockerfile < "8.3.5"
  622. dockerfile-cmd < "8.3.5"
  623. dockerfile-opam >= "8.2.7" & < "8.3.5"
  624. docteur
  625. docteur-solo5
  626. docteur-unix
  627. doctor
  628. doculib
  629. doi2bib
  630. dokeysto >= "3.0.2"
  631. dokeysto_camltc >= "3.0.2"
  632. dokeysto_lz4 >= "3.0.2"
  633. dolmen >= "0.4.1"
  634. dolmen_bin
  635. dolmen_loop
  636. dolmen_lsp
  637. dolmen_model
  638. dolmen_type
  639. dolog >= "4.0.0"
  640. domain-local-await
  641. domain-local-timeout
  642. domain-name
  643. domain_shims
  644. domainslib
  645. dose3 >= "6.1"
  646. dose3-extra
  647. dot-merlin-reader
  648. dotenv
  649. dream
  650. dream-accept
  651. dream-cli
  652. dream-encoding
  653. dream-html
  654. dream-htmx
  655. dream-httpaf
  656. dream-livereload
  657. dream-pure
  658. dream-serve
  659. dream_middleware_ext
  660. drom >= "0.3.0"
  661. drom_lib >= "0.3.0"
  662. drom_toml
  663. dropbox
  664. dropbox_lwt_unix
  665. dscheck
  666. dssi >= "0.1.3"
  667. dtc-pb
  668. dtoa >= "0.3.2"
  669. dtools
  670. dual
  671. duff >= "0.2"
  672. dum >= "1.0.3"
  673. dump_ocamlformat
  674. dune-action-plugin < "3.19.0"
  675. dune-ai-context
  676. dune-build-info < "3.19.0"
  677. dune-cargo-build
  678. dune-compiledb
  679. dune-configurator >= "2.5.1" & < "3.19.0"
  680. dune-deps
  681. dune-expand
  682. dune-glob < "3.19.0"
  683. dune-private-libs < "3.19.0"
  684. dune-release >= "1.0.0" & < "2.1.0"
  685. dune-rpc < "3.19.0"
  686. dune-rpc-lwt < "3.19.0"
  687. dune-site < "3.19.0"
  688. duppy
  689. duration
  690. dyn < "3.19.0"
  691. dypgen
  692. earley >= "3.0.0"
  693. earlybird
  694. easy-format >= "1.3.2"
  695. easy_logging
  696. easy_logging_yojson
  697. ecaml
  698. edn
  699. ego
  700. eigen >= "0.1.0"
  701. eio
  702. eio-ssl
  703. eio-trace
  704. eio_linux
  705. eio_main
  706. eio_posix
  707. eio_windows
  708. either
  709. elasticsearch-cli >= "0.5"
  710. electrod
  711. eliom >= "10.1.2" & < "12.0.0"
  712. elm_core
  713. elm_playground
  714. elm_playground_native
  715. elm_playground_web
  716. elm_system
  717. elpi
  718. email_message
  719. embedded_ocaml_templates
  720. emile >= "0.4"
  721. emoji >= "2.0.0"
  722. encore >= "0.4"
  723. env_config
  724. epictetus
  725. eqaf >= "0.2"
  726. eqaf-cstruct
  727. equinoxe
  728. equinoxe-cohttp
  729. equinoxe-hlc
  730. erlang
  731. errpy
  732. erssical
  733. esa
  734. esgg
  735. esperanto-cosmopolitan >= "0.0.5"
  736. ethernet
  737. euler
  738. exenum >= "0.86"
  739. exit
  740. expect >= "0.1.0"
  741. expect_test_helpers
  742. expect_test_helpers_async
  743. expect_test_helpers_core
  744. expect_test_helpers_kernel
  745. expr
  746. extism
  747. extism-manifest
  748. extlib >= "1.7.9"
  749. extunix >= "0.3.1"
  750. ez_api
  751. ez_cmdliner >= "0.2.0"
  752. ez_config >= "0.2.0"
  753. ez_file >= "0.3.0"
  754. ez_hash
  755. ez_pgocaml
  756. ez_search
  757. ez_subst
  758. ezcurl
  759. ezcurl-lwt
  760. ezdl
  761. ezgzip >= "0.2.3"
  762. ezjs_ace
  763. ezjs_blockies
  764. ezjs_cleave
  765. ezjs_crypto
  766. ezjs_cytoscape
  767. ezjs_d3pie
  768. ezjs_extension
  769. ezjs_fetch
  770. ezjs_idb
  771. ezjs_jquery
  772. ezjs_min
  773. ezjs_odometer
  774. ezjs_push
  775. ezjs_qrcode
  776. ezjs_recaptcha
  777. ezjs_timeline
  778. ezjsonm >= "1.0.0"
  779. ezjsonm-encoding
  780. ezjsonm-lwt
  781. ezlua
  782. ezresto
  783. ezresto-directory
  784. ezsqlite >= "0.4.2"
  785. ezxmlm >= "1.1.0"
  786. FPauth
  787. FPauth-core
  788. FPauth-responses
  789. FPauth-strategies
  790. FrontC >= "4.0.0"
  791. faad >= "0.5.0"
  792. facteur
  793. fadbadml >= "0.1.2"
  794. faraday >= "0.7.1"
  795. faraday-async >= "0.7.1"
  796. faraday-lwt >= "0.7.1"
  797. faraday-lwt-unix >= "0.7.1"
  798. farith
  799. farmhash >= "0.4"
  800. fasmifra
  801. fat-filesystem >= "0.13.0"
  802. fd-send-recv >= "2.0.1"
  803. fdkaac >= "0.3.2"
  804. feat
  805. feat-core
  806. feat-num
  807. feather
  808. feather_async
  809. ff
  810. ff-bench
  811. ff-pbt
  812. ff-sig
  813. ffmpeg >= "1.0.0~beta1"
  814. ffmpeg-av
  815. ffmpeg-avcodec
  816. ffmpeg-avdevice
  817. ffmpeg-avfilter
  818. ffmpeg-avutil
  819. ffmpeg-swresample
  820. ffmpeg-swscale
  821. fftw3
  822. fiat-p256
  823. fiber
  824. fiber-lwt
  825. fieldslib >= "v0.13.0"
  826. file_path
  827. fileutils >= "0.6.1"
  828. finch
  829. fit < "1.3.2"
  830. fix >= "20181206"
  831. flac
  832. flatunionfind
  833. flex-array
  834. flint >= "0.3.2"
  835. flow_parser >= "0.229.1"
  836. fluxt
  837. fmlib
  838. fmlib_browser
  839. fmlib_js
  840. fmlib_parse
  841. fmlib_pretty
  842. fmlib_std
  843. fontforge-of-ocaml
  844. forester < "4.2.0"
  845. frama-c >= "26.0~beta" & < "30.0~beta"
  846. frama-c-lannotate = "0.2.3"
  847. frama-c-luncov = "0.2.1"
  848. frama-c-metacsl >= "0.4" & < "0.8~beta"
  849. frama-clang < "0.0.17~beta"
  850. fred
  851. freetds >= "0.7"
  852. frei0r >= "0.1.2"
  853. frenetic
  854. fromager
  855. fsevents
  856. fsevents-lwt
  857. fsml
  858. fstar >= "2025.02.17" & < "2025.12.15"
  859. fswatch
  860. fswatch_async
  861. fswatch_lwt
  862. fun-postgresql
  863. fun-sql
  864. fun-sqlite
  865. functoria
  866. functoria-runtime
  867. fungi
  868. fuseau
  869. fuseau-lwt
  870. fuzzy_compare
  871. fuzzy_match
  872. fzf
  873. GT < "0.5.4"
  874. gapi-ocaml
  875. gbddml
  876. gccjit
  877. gd >= "1.1"
  878. gdbprofiler
  879. gel
  880. gemini
  881. gen >= "0.5.3"
  882. gen_js_api < "1.1.7"
  883. gendarme < "0.4.1"
  884. gendarme-csv < "0.4.1"
  885. gendarme-ezjsonm < "0.4.1"
  886. gendarme-json < "0.4.0"
  887. gendarme-toml < "0.4.1"
  888. gendarme-yaml < "0.4.1"
  889. gendarme-yojson < "0.4.1"
  890. genspio >= "0.0.3"
  891. genspir >= "1.0.1"
  892. geojson
  893. geojsone
  894. geoml
  895. get_line >= "7.0.0"
  896. getopt >= "20230213"
  897. gettext = "0.4.2"
  898. gettext-camomile < "0.5.0"
  899. gettext-stub < "0.5.0"
  900. git
  901. git-cohttp
  902. git-cohttp-unix
  903. git-http
  904. git-kv
  905. git-mirage
  906. git-net
  907. git-paf
  908. git-unix
  909. github >= "4.0.0"
  910. github-data
  911. github-hooks
  912. github-hooks-unix >= "0.5.0"
  913. github-jsoo >= "4.3.0"
  914. github-unix >= "4.0.0"
  915. gitlab
  916. gitlab-jsoo
  917. gitlab-unix
  918. gitlab_pipeline_notifier
  919. glfw-ocaml
  920. globlon
  921. gluon
  922. gluten
  923. gluten-async
  924. gluten-eio
  925. gluten-lwt
  926. gluten-lwt-unix
  927. gluten-mirage
  928. gmap
  929. gmp
  930. gnuplot
  931. gobba
  932. gobject-introspection
  933. goblint < "2.6.0"
  934. goblint-cil >= "1.8.0"
  935. google-drive-ocamlfuse
  936. gopcaml-mode
  937. gopcaml-mode-merlin
  938. gospel
  939. gotd
  940. gperftools
  941. gpiod
  942. gpr
  943. gpt
  944. gptar
  945. gr
  946. grace
  947. gradescope_submit
  948. grain_dypgen >= "0.2.1"
  949. graphics
  950. graphql >= "0.8.0"
  951. graphql-async >= "0.8.0"
  952. graphql-cohttp >= "0.9.0"
  953. graphql-lwt >= "0.8.0"
  954. graphql_parser >= "0.9.0"
  955. graphql_ppx
  956. graphv
  957. graphv_core
  958. graphv_core_lib
  959. graphv_font
  960. graphv_font_js
  961. graphv_font_stb_truetype
  962. graphv_gles2
  963. graphv_gles2_native
  964. graphv_gles2_native_impl
  965. graphv_webgl
  966. graphv_webgl_impl
  967. gremlin
  968. grenier
  969. grid
  970. grpc
  971. grpc-async
  972. grpc-bench
  973. grpc-eio
  974. grpc-examples
  975. grpc-lwt
  976. gsl >= "1.24.0"
  977. gstreamer >= "0.3.1"
  978. guardian
  979. guile
  980. h1
  981. h1-lwt-unix
  982. h1_parser
  983. h2
  984. h2-async
  985. h2-eio
  986. h2-lwt
  987. h2-lwt-unix
  988. h2-mirage
  989. hachis
  990. hack_parallel
  991. hacl-star
  992. hacl-star-raw >= "0.5.0"
  993. hacl_func
  994. hacl_x25519
  995. happy-eyeballs
  996. happy-eyeballs-lwt
  997. happy-eyeballs-miou-unix
  998. happy-eyeballs-mirage
  999. hardcaml
  1000. hardcaml-lua
  1001. hardcaml_axi
  1002. hardcaml_c
  1003. hardcaml_circuits
  1004. hardcaml_event_driven_sim
  1005. hardcaml_fixed_point
  1006. hardcaml_handshake
  1007. hardcaml_of_verilog
  1008. hardcaml_step_testbench
  1009. hardcaml_verify
  1010. hardcaml_verilator
  1011. hardcaml_waveterm
  1012. hardcaml_xilinx
  1013. hardcaml_xilinx_components
  1014. hardcaml_xilinx_reports
  1015. hashcons >= "1.4.0"
  1016. hashset >= "1.0.1"
  1017. haxe >= "4.1.1"
  1018. hc
  1019. hdf5
  1020. hdr_histogram >= "0.0.3"
  1021. headache
  1022. header-check
  1023. hector
  1024. herdtools7 >= "7.55"
  1025. heroicons-reason-react
  1026. hex >= "1.3.0"
  1027. hex_encode
  1028. hexstring
  1029. hg_lib
  1030. hidapi >= "1.1"
  1031. hidapi-lwt
  1032. higher_kinded
  1033. highlexer
  1034. higlo >= "0.8"
  1035. hilite
  1036. hkdf
  1037. hl_yaml
  1038. hockmd
  1039. hol2dk
  1040. hooke
  1041. hpack
  1042. hsluv
  1043. html_of_jsx < "0.0.5"
  1044. htmlfromtexbooks
  1045. hts_shrink >= "2.1.2"
  1046. http
  1047. http-cookie
  1048. http-date < "0.2"
  1049. http-lwt-client
  1050. http-mirage-client
  1051. http-multipart-formdata
  1052. http_async
  1053. httpaf >= "0.6.0"
  1054. httpaf-async >= "0.6.0"
  1055. httpaf-lwt-unix
  1056. httpaf_caged
  1057. httpcats
  1058. httph
  1059. httpun
  1060. httpun-async
  1061. httpun-eio
  1062. httpun-lwt
  1063. httpun-lwt-unix
  1064. httpun-mirage
  1065. httpun-types
  1066. httpun-ws
  1067. httpun-ws-async
  1068. httpun-ws-eio
  1069. httpun-ws-lwt
  1070. httpun-ws-lwt-unix
  1071. httpun-ws-mirage
  1072. huffman
  1073. hurl
  1074. hvsock >= "2.0.0"
  1075. hxd
  1076. hyper
  1077. ISO3166
  1078. ISO8601 >= "0.2.6"
  1079. i3ipc
  1080. icalendar
  1081. idd
  1082. idds
  1083. imagelib
  1084. incr_dom
  1085. incr_dom_interactive
  1086. incr_dom_keyboard
  1087. incr_dom_partial_render
  1088. incr_dom_sexp_form
  1089. incr_dom_widgets
  1090. incr_map
  1091. incr_select
  1092. incremental
  1093. incremental_cycles
  1094. indentation_buffer
  1095. index
  1096. index-bench
  1097. inferno >= "20190924"
  1098. influxdb
  1099. influxdb-async
  1100. influxdb-lwt
  1101. inotify >= "2.4"
  1102. inotify-eio
  1103. inquire
  1104. inquirer_oc
  1105. int_repr
  1106. integers >= "0.3.0"
  1107. integers_stubs_js
  1108. integration1d >= "0.5.1"
  1109. intel_hex
  1110. interface-prime
  1111. interface-prime-lwt
  1112. interval >= "1.5" & < "1.6"
  1113. interval-map
  1114. interval_base
  1115. interval_crlibm
  1116. interval_intel
  1117. intPQueue < "20250925"
  1118. io-page
  1119. io-page-unix
  1120. iomux < "0.4"
  1121. iostream
  1122. iostream-camlzip
  1123. ip2location
  1124. ip2locationio
  1125. ip2proxy
  1126. ip2whois
  1127. ipaddr >= "2.9.0"
  1128. ipaddr-cstruct
  1129. ipaddr-sexp
  1130. irc-client >= "0.6.2"
  1131. irc-client-lwt >= "0.6.2"
  1132. irc-client-lwt-ssl
  1133. irc-client-tls >= "0.6.2"
  1134. irc-client-unix >= "0.6.2"
  1135. iri >= "0.6.0" & < "1.1.0"
  1136. irky
  1137. irky-eio
  1138. irmin
  1139. irmin-bench
  1140. irmin-chunk
  1141. irmin-cli
  1142. irmin-client
  1143. irmin-containers
  1144. irmin-fs
  1145. irmin-git
  1146. irmin-graphql
  1147. irmin-http
  1148. irmin-indexeddb
  1149. irmin-layers
  1150. irmin-mirage
  1151. irmin-mirage-git
  1152. irmin-mirage-graphql
  1153. irmin-pack
  1154. irmin-pack-tools
  1155. irmin-server
  1156. irmin-test
  1157. irmin-tezos
  1158. irmin-unix
  1159. irmin-watcher
  1160. iso639
  1161. iter >= "1.4"
  1162. itv-tree >= "2.2"
  1163. jane-street-headers >= "v0.12.0"
  1164. jane_rope
  1165. janestreet_cpuid
  1166. janestreet_csv
  1167. janestreet_lru_cache
  1168. jasmin >= "2023.06.0"
  1169. jekyll-format >= "0.2.0"
  1170. jemalloc >= "0.2"
  1171. jext
  1172. jhupllib
  1173. jingoo >= "1.3.0"
  1174. jose
  1175. js_of_ocaml < "5.9.0"
  1176. js_of_ocaml-compiler < "5.9.0"
  1177. js_of_ocaml-lwt < "5.9.0"
  1178. js_of_ocaml-ocamlbuild >= "3.5.0"
  1179. js_of_ocaml-ppx < "5.9.0"
  1180. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1181. js_of_ocaml-toplevel < "5.9.0"
  1182. js_of_ocaml-tyxml < "5.9.0"
  1183. js_of_ocaml-webgpu
  1184. js_of_ocaml-webidl
  1185. js_of_ocaml_patches
  1186. json-data-encoding < "1.1.1"
  1187. json-data-encoding-browser < "1.1.1"
  1188. json-data-encoding-bson < "1.1.1"
  1189. json_decoder
  1190. jsonaf
  1191. jsonoo
  1192. jsonrpc
  1193. jsonschema2atd
  1194. jsonxt
  1195. jsoo-react
  1196. jsoo_broadcastchannel
  1197. jsoo_storage
  1198. jst-config
  1199. junit >= "2.0.1"
  1200. junit_alcotest >= "2.0.1"
  1201. junit_ounit >= "2.0.1"
  1202. jupyter
  1203. jupyter-archimedes
  1204. jupyter-kernel
  1205. jws
  1206. jwto
  1207. kafka >= "0.5"
  1208. kafka_async
  1209. kafka_lwt
  1210. kappa-agents
  1211. kappa-binaries
  1212. kappa-library
  1213. kappa-server
  1214. kcas < "0.7.0"
  1215. kcas_data < "0.7.0"
  1216. kdf
  1217. kdl
  1218. ke
  1219. key-parsers >= "0.10.1"
  1220. kicadsch >= "0.4.0"
  1221. kind2
  1222. kinetic-client >= "0.0.11"
  1223. kittyimg
  1224. kkmarkdown
  1225. kmt
  1226. knights_tour
  1227. kot
  1228. kqueue < "0.5.0"
  1229. krb
  1230. lab
  1231. lablgtk3
  1232. lablgtk3-extras >= "3.0.1"
  1233. lablgtk3-goocanvas2
  1234. lablgtk3-gtkspell3
  1235. lablgtk3-rsvg2
  1236. lablgtk3-sourceview3
  1237. lablqml
  1238. lacaml >= "11.0.2"
  1239. ladspa >= "0.2.0"
  1240. lambda
  1241. lambda-runtime
  1242. lambda-term >= "2.0"
  1243. lambda_streams
  1244. lambda_streams_async
  1245. lambda_streams_lwt
  1246. lambdapi
  1247. lambdasoup >= "0.6.4"
  1248. lame >= "0.3.4"
  1249. landmarks = "1.4"
  1250. landmarks-ppx < "1.5"
  1251. lascar >= "0.6-alpha"
  1252. lastfm >= "0.3.3"
  1253. launchd >= "1.3"
  1254. layoutz
  1255. lazy-trie
  1256. lbfgs >= "0.9.1"
  1257. lbvs_consent >= "2.1.0"
  1258. ldap >= "2.4.1"
  1259. ldp < "0.5.0"
  1260. ldp_curl < "0.5.0"
  1261. ldp_js < "0.5.0"
  1262. ldp_tls < "0.5.0"
  1263. leaflet
  1264. learn-ocaml
  1265. learn-ocaml-client
  1266. leaves
  1267. ledgerwallet
  1268. legacy_diffable
  1269. lens >= "1.2.4"
  1270. letsencrypt
  1271. letsencrypt-app
  1272. letsencrypt-dns
  1273. letsencrypt-mirage
  1274. letters
  1275. leveldb
  1276. lib_parsing
  1277. libabsolute
  1278. libbinaryen < "105.1.0" | >= "107.0.1"
  1279. libc
  1280. libirmin
  1281. libsail
  1282. libsvm >= "0.10.0"
  1283. libzipperposition
  1284. lilac
  1285. lilv
  1286. line-up-words
  1287. line_oriented
  1288. linenoise >= "1.3.1"
  1289. links
  1290. links-mysql
  1291. links-postgresql
  1292. links-sqlite3
  1293. linol
  1294. linol-eio
  1295. linol-lwt
  1296. lintcstubs
  1297. lintcstubs-arity < "0.5.2"
  1298. lintcstubs-gen
  1299. linwrap
  1300. liquid_interpreter
  1301. liquid_ml
  1302. liquid_parser
  1303. liquid_std
  1304. liquid_syntax
  1305. liquidsoap-core
  1306. liquidsoap-lang < "2.3.3"
  1307. liquidsoap-libs
  1308. liquidsoap-libs-extra
  1309. little_logger
  1310. llama
  1311. llama-cpp-ocaml
  1312. llama_core
  1313. llama_interactive
  1314. llama_midi
  1315. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1316. lmdb = "1.0"
  1317. lo >= "0.2.0"
  1318. lockfree
  1319. loga
  1320. logical
  1321. logs-async
  1322. logs-async-reporter
  1323. logs-ppx
  1324. logs-syslog
  1325. logtk
  1326. loop
  1327. lp
  1328. lp-glpk
  1329. lp-glpk-js
  1330. lp-gurobi
  1331. lp-highs
  1332. lpd
  1333. lreplay
  1334. lrgrep
  1335. lru >= "0.3.0"
  1336. lru_cache
  1337. lsp
  1338. lt-code
  1339. lua-ml >= "0.9.3"
  1340. lua_parser
  1341. lucid
  1342. lun
  1343. lustre-v6 >= "6.103.3"
  1344. lutils >= "1.51.2"
  1345. lutin >= "2.71.10"
  1346. luv
  1347. luv_unix
  1348. lwd
  1349. lwt < "5.9.2" | = "6.0.0~alpha00"
  1350. lwt-canceler >= "0.2"
  1351. lwt-dllist
  1352. lwt-exit
  1353. lwt-parallel
  1354. lwt-watcher >= "0.2"
  1355. lwt_direct < "6.0.0~beta01"
  1356. lwt_domain
  1357. lwt_eio
  1358. lwt_glib >= "1.1.1"
  1359. lwt_log >= "1.1.1"
  1360. lwt_ppx >= "1.2.2" & < "5.9.2"
  1361. lwt_react >= "1.1.2"
  1362. lwt_retry
  1363. lwt_ssl >= "1.1.3"
  1364. lz4 >= "1.2.0"
  1365. lz4_chans >= "3.0.1"
  1366. lzo >= "0.0.3"
  1367. MlFront_Cache < "2.4.2.30"
  1368. MlFront_Cli < "2.4.2.30"
  1369. MlFront_Config < "2.4.2.30"
  1370. MlFront_Core < "2.4.2.30"
  1371. MlFront_Errors < "2.4.2.30"
  1372. MlFront_Logs < "2.4.2.30"
  1373. MlFront_Manip < "2.4.2.30"
  1374. MlFront_Signify < "2.4.2.30"
  1375. MlFront_ZipFile < "2.4.2.30"
  1376. m_tree
  1377. macaddr
  1378. macaddr-cstruct
  1379. macaddr-sexp
  1380. mad >= "0.5.0"
  1381. magic-mime >= "1.1.2"
  1382. magic-trace
  1383. make-random
  1384. malfunction
  1385. man_in_the_middle_debugger
  1386. markdown
  1387. markup >= "0.8.0"
  1388. markup-lwt
  1389. mastodon-archive-viewer >= "0.2"
  1390. matcha
  1391. matita
  1392. matplotlib
  1393. mbr-format
  1394. mc2
  1395. mccs
  1396. mcrunch
  1397. md2mld
  1398. mdx >= "1.8.0"
  1399. mec
  1400. mechaml
  1401. mehari
  1402. mehari-eio
  1403. mehari-eio-unix
  1404. mehari-lwt-unix
  1405. mehari-mirage
  1406. mel
  1407. melange < "4.0.0-51"
  1408. melange-atdgen-codec-runtime
  1409. melange-compiler-libs
  1410. melange-fest
  1411. melange-fetch
  1412. melange-jest
  1413. melange-json < "2.0.0"
  1414. melange-json-native < "2.0.0"
  1415. melange-moment
  1416. melange-numeral
  1417. melange-radix-icons
  1418. melange-react-dates
  1419. melange-react-query
  1420. melange-recharts
  1421. melange-str
  1422. melange-testing-library
  1423. melange-webapi
  1424. meldep
  1425. mem_usage
  1426. memcad
  1427. memfd
  1428. memgraph
  1429. memgraph_kitty
  1430. memo
  1431. memprof-limits
  1432. memtrace
  1433. memtrace-mirage
  1434. memtrace_viewer
  1435. menhir >= "20200123"
  1436. menhirCST
  1437. menhirGLR
  1438. menhirLib
  1439. menhirSdk
  1440. merge-fmt
  1441. merlin
  1442. merlin-extend
  1443. merlin-lib
  1444. mesh >= "0.9.5"
  1445. mesh-easymesh >= "0.9.5"
  1446. mesh-graphics >= "0.9.5"
  1447. mesh-triangle >= "0.9.5"
  1448. metadata
  1449. metadb
  1450. metapp
  1451. metaquot
  1452. metrics
  1453. metrics-influx
  1454. metrics-lwt
  1455. metrics-rusage
  1456. metrics-unix
  1457. mew
  1458. mew_vi
  1459. mhttp
  1460. mhttp-client
  1461. mhttp-server
  1462. middleware
  1463. migra
  1464. mimic
  1465. mimic-happy-eyeballs
  1466. mindstorm >= "0.8"
  1467. mindstorm-lwt
  1468. minicaml
  1469. minicli >= "5.0.2"
  1470. minisat >= "0.3"
  1471. minttea
  1472. miou < "0.5.2"
  1473. mirage >= "4.0.0"
  1474. mirage-block
  1475. mirage-block-ccm
  1476. mirage-block-combinators
  1477. mirage-block-lwt
  1478. mirage-block-partition
  1479. mirage-block-ramdisk
  1480. mirage-block-solo5
  1481. mirage-block-unikraft
  1482. mirage-block-unix
  1483. mirage-block-xen
  1484. mirage-bootvar
  1485. mirage-channel >= "3.2.0"
  1486. mirage-channel-lwt
  1487. mirage-clock
  1488. mirage-clock-lwt
  1489. mirage-clock-unix
  1490. mirage-conduit
  1491. mirage-console
  1492. mirage-console-lwt
  1493. mirage-crypto
  1494. mirage-crypto-ec
  1495. mirage-crypto-pk
  1496. mirage-crypto-rng
  1497. mirage-crypto-rng-async
  1498. mirage-crypto-rng-eio
  1499. mirage-crypto-rng-lwt
  1500. mirage-crypto-rng-miou-unix
  1501. mirage-crypto-rng-mirage
  1502. mirage-crypto-rng-mkernel
  1503. mirage-device
  1504. mirage-dns
  1505. mirage-flow
  1506. mirage-flow-combinators
  1507. mirage-flow-lwt
  1508. mirage-flow-unix
  1509. mirage-fs
  1510. mirage-fs-lwt
  1511. mirage-kv >= "2.0.0"
  1512. mirage-kv-lwt >= "2.0.0"
  1513. mirage-kv-mem
  1514. mirage-kv-unix
  1515. mirage-logs
  1516. mirage-monitoring
  1517. mirage-mtime
  1518. mirage-nat
  1519. mirage-net
  1520. mirage-net-lwt
  1521. mirage-net-macosx >= "1.6.0"
  1522. mirage-net-solo5
  1523. mirage-net-unikraft
  1524. mirage-net-unix
  1525. mirage-net-xen
  1526. mirage-profile
  1527. mirage-protocols
  1528. mirage-protocols-lwt
  1529. mirage-ptime
  1530. mirage-qubes
  1531. mirage-qubes-ipv4
  1532. mirage-random
  1533. mirage-runtime
  1534. mirage-sleep
  1535. mirage-solo5
  1536. mirage-stack
  1537. mirage-stack-lwt
  1538. mirage-time
  1539. mirage-time-lwt
  1540. mirage-time-unix
  1541. mirage-types >= "3.6.0"
  1542. mirage-types-lwt >= "3.6.0"
  1543. mirage-unix
  1544. mirage-vnetif
  1545. mirage-xen
  1546. mjson
  1547. mkaudio >= "1.1.0"
  1548. mkernel
  1549. mkocaml
  1550. mlbdd >= "0.7.2"
  1551. mlfenv
  1552. mlmpfr >= "4.0.2+dune"
  1553. mlpost
  1554. mlpost-lablgtk
  1555. mlt_parser
  1556. mm >= "0.7.0"
  1557. mmap
  1558. mmdb
  1559. mmo
  1560. mnd
  1561. mnet
  1562. mnet-cli
  1563. mnet-dns
  1564. mnet-happy-eyeballs
  1565. mnet-tls
  1566. mock >= "0.1.1"
  1567. mock-ounit >= "0.1.1"
  1568. module-graph
  1569. molenc >= "5.0.0"
  1570. monaco_jsoo
  1571. monolith
  1572. monomorphic >= "2.0"
  1573. monorobot
  1574. moonpool
  1575. moonpool-io
  1576. moonpool-lwt
  1577. mopsa
  1578. morbig >= "0.10.3"
  1579. morsmall
  1580. moss >= "0.1.1"
  1581. mparser >= "1.3"
  1582. mparser-pcre
  1583. mparser-re
  1584. mperf
  1585. mpg123
  1586. mpp >= "0.3.4"
  1587. mpris
  1588. mpris-clients
  1589. mrmime
  1590. msat >= "0.8"
  1591. msat-bin
  1592. msendmail
  1593. mset
  1594. msgpck >= "1.5"
  1595. msgpck-repr
  1596. mssql
  1597. mugen
  1598. mula
  1599. multibase
  1600. multicodec
  1601. multicont = "1.0.1"
  1602. multicore-bench < "0.1.2"
  1603. multihash
  1604. multihash-digestif
  1605. multipart-form-data >= "0.3.0"
  1606. multipart_form
  1607. multipart_form-cohttp-lwt
  1608. multipart_form-eio
  1609. multipart_form-lwt
  1610. multipart_form-miou
  1611. murmur3 >= "0.3"
  1612. mustache >= "3.1.0"
  1613. mustache-cli
  1614. mutaml
  1615. mutf8
  1616. mwt
  1617. mybuild >= "7"
  1618. mysql8
  1619. mysql_protocol
  1620. n_ary
  1621. naboris
  1622. nacc
  1623. nanoev
  1624. nanoev-picos
  1625. nanoev-posix
  1626. nanoev_tiny_httpd
  1627. nanoid
  1628. nanosvg
  1629. nanosvg_text
  1630. nbd >= "4.0.3"
  1631. nbd-tool
  1632. nbd-unix
  1633. neo4j_bolt
  1634. netkat
  1635. netlink >= "0.3.4"
  1636. netsnmp
  1637. neural_nets_lib < "0.5.2"
  1638. nice_parser
  1639. ninja_utils
  1640. niru
  1641. nloge
  1642. nlopt
  1643. nmea
  1644. noCanren
  1645. nocoiner
  1646. node_of_ocaml
  1647. nomad
  1648. non_empty_list
  1649. nottui
  1650. nottui-lwt
  1651. nottui-miou
  1652. nottui-pretty
  1653. nottui-unix
  1654. notty >= "0.2.3"
  1655. notty-community
  1656. notty-miou
  1657. notty_async >= "v0.13.0"
  1658. np
  1659. npy >= "0.0.9"
  1660. nsq
  1661. numeric_string
  1662. nuscr
  1663. OCADml
  1664. OCanren
  1665. OCanren-ppx
  1666. OSCADml
  1667. obatcher
  1668. obeam
  1669. obelisk >= "0.5.0"
  1670. obuilder < "0.7.0"
  1671. obuilder-spec < "0.7.0"
  1672. obus >= "1.2.1"
  1673. ocal >= "0.2.2"
  1674. ocaml-canvas
  1675. ocaml-compiler-libs >= "v0.12.0"
  1676. ocaml-embed-file
  1677. ocaml-in-python
  1678. ocaml-index
  1679. ocaml-lsp-server
  1680. ocaml-lua
  1681. ocaml-migrate-parsetree
  1682. ocaml-migrate-parsetree-ocamlbuild
  1683. ocaml-monadic >= "0.4.1"
  1684. ocaml-print-intf
  1685. ocaml-probes
  1686. ocaml-protoc >= "2.0.1"
  1687. ocaml-protoc-plugin
  1688. ocaml-r >= "0.1.1"
  1689. ocaml-sat-solvers >= "0.8"
  1690. ocaml-syntax-shims
  1691. ocaml-systemd >= "1.3"
  1692. ocaml-top
  1693. ocaml-vdom < "transition"
  1694. ocaml-version >= "3.5.0"
  1695. ocaml_db_model
  1696. ocaml_intrinsics
  1697. ocaml_intrinsics_kernel
  1698. ocaml_openapi_generator
  1699. ocaml_pgsql_model
  1700. ocaml_plugin
  1701. ocamlc-loc < "3.19.0"
  1702. ocamlcodoc
  1703. ocamldiff >= "1.2"
  1704. ocamlformat >= "0.24.1"
  1705. ocamlformat-lib
  1706. ocamlformat-mlx
  1707. ocamlformat-mlx-lib
  1708. ocamlformat-rpc < "removed"
  1709. ocamlformat-rpc-lib
  1710. ocamlfuse
  1711. ocamlgraph >= "2.0.0"
  1712. ocamlgraph_gtk
  1713. ocamline
  1714. ocamlog
  1715. ocamlregextkit
  1716. ocannl_npy
  1717. ocb
  1718. ocf >= "0.8.0" & < "1.0.0"
  1719. ocf_ppx < "1.0.0"
  1720. ockt
  1721. ocluster != "0.2"
  1722. ocluster-api
  1723. ocluster-worker
  1724. ocolor
  1725. ocp-browser >= "1.2.1"
  1726. ocp-indent >= "1.7.0" & < "1.9.0"
  1727. ocp-indent-nlfork
  1728. ocp-index
  1729. ocp-search
  1730. ocp_reveal
  1731. ocplib-endian >= "1.1"
  1732. ocplib-json-typed-browser
  1733. ocplib-json-typed-bson
  1734. ocplib-simplex >= "0.5"
  1735. ocplib_stuff >= "0.4.0"
  1736. ocsigen-i18n >= "4.0.0"
  1737. ocsigen-ppx-rpc
  1738. ocsigenserver >= "4.0.1" & < "7.0.0"
  1739. ocsipersist
  1740. ocsipersist-dbm
  1741. ocsipersist-dbm-config
  1742. ocsipersist-lib
  1743. ocsipersist-pgsql
  1744. ocsipersist-pgsql-config
  1745. ocsipersist-sqlite
  1746. ocsipersist-sqlite-config
  1747. octavius >= "1.2.2"
  1748. ocue
  1749. odate
  1750. odds >= "1.1"
  1751. odep
  1752. odepack >= "0.6.9"
  1753. odnnr
  1754. odoc < "3.1.0"
  1755. odoc-driver < "3.1.0"
  1756. odoc-md < "3.1.0"
  1757. odoc-parser < "3.1.0"
  1758. oepub
  1759. of_json
  1760. offheap
  1761. oframl
  1762. ogg >= "1.0.0"
  1763. ohex
  1764. oidc
  1765. ojo
  1766. ojs < "1.1.7"
  1767. ojs_base
  1768. ojs_base_all
  1769. ojs_base_ppx
  1770. ojs_ed
  1771. ojs_filetree
  1772. ojs_list
  1773. oktree
  1774. olinq >= "0.3"
  1775. oma
  1776. omd >= "1.3.2"
  1777. ometrics
  1778. omg
  1779. omigrate
  1780. omlr >= "1.0.3"
  1781. omtl
  1782. oneffs
  1783. oniguruma
  1784. opam-0install
  1785. opam-0install-cudf
  1786. opam-bin >= "1.0.0"
  1787. opam-build
  1788. opam-check-npm-deps
  1789. opam-client >= "2.0.2"
  1790. opam-compiler
  1791. opam-core >= "2.0.2"
  1792. opam-custom-install
  1793. opam-devel >= "2.0.2"
  1794. opam-dune-lint
  1795. opam-ed >= "0.4"
  1796. opam-file-format >= "2.1.0" & < "2.1.5"
  1797. opam-format >= "2.0.2"
  1798. opam-graph
  1799. opam-grep >= "0.2.0"
  1800. opam-installer >= "2.0.2"
  1801. opam-monorepo
  1802. opam-package-upgrade >= "0.2"
  1803. opam-publish >= "2.0.2"
  1804. opam-repository >= "2.0.2"
  1805. opam-solver >= "2.0.2"
  1806. opam-spin
  1807. opam-state >= "2.0.2"
  1808. opam-test
  1809. opam_bin_lib != "0.9.5"
  1810. opasswd
  1811. opatch
  1812. opazl
  1813. openai
  1814. openai-gym
  1815. openapi
  1816. openapi-opium
  1817. openapi_router
  1818. opencc0
  1819. opencc1
  1820. opencc1_1
  1821. openQASM
  1822. openstellina
  1823. opentelemetry
  1824. opentelemetry-client
  1825. opentelemetry-client-cohttp-eio
  1826. opentelemetry-client-cohttp-lwt
  1827. opentelemetry-client-ocurl
  1828. opentelemetry-client-ocurl-lwt
  1829. opentelemetry-cohttp-lwt
  1830. opentelemetry-logs
  1831. opentelemetry-lwt
  1832. opine
  1833. opium
  1834. opium-graphql
  1835. opium-testing
  1836. opium_kernel >= "0.17.0"
  1837. oplot < "0.85"
  1838. oplsr
  1839. opomodoro
  1840. opsian
  1841. optal
  1842. opti
  1843. optimization1d >= "0.6.1"
  1844. optiml-transport
  1845. optint
  1846. opus
  1847. oraft
  1848. oranger >= "2.0.1"
  1849. orb
  1850. order-i3-xfce
  1851. ordering < "3.19.0"
  1852. ordinal
  1853. ordinal_abbreviation
  1854. ordma >= "0.0.5"
  1855. orec >= "1.0.1"
  1856. orewa
  1857. orf
  1858. orgeat
  1859. orpie
  1860. orrandomForest
  1861. orsvm_e1071 >= "4.0.0"
  1862. ortac-core
  1863. ortac-dune
  1864. ortac-qcheck-stm
  1865. ortac-runtime
  1866. ortac-runtime-qcheck-stm
  1867. ortac-wrapper
  1868. orthologic-coq
  1869. orxgboost >= "1.1.0"
  1870. osc >= "0.2.0"
  1871. osc-lwt
  1872. osc-unix
  1873. osdp >= "1.1.1"
  1874. oseq >= "0.2"
  1875. osh
  1876. oskel
  1877. osnap
  1878. ostap >= "0.6"
  1879. osx-secure-transport
  1880. otaglibc
  1881. otf
  1882. otoggl
  1883. otoml
  1884. otr
  1885. oui
  1886. ounit = "2.1.2"
  1887. ounit-lwt < "2.2.0"
  1888. ounit2
  1889. ounit2-lwt
  1890. override
  1891. owee
  1892. owi
  1893. owl >= "0.4.0" & < "1.2"
  1894. owl-base >= "0.4.0" & < "1.2"
  1895. owl-jupyter
  1896. owl-ode
  1897. owl-ode-base
  1898. owl-ode-odepack
  1899. owl-ode-sundials
  1900. owl-opt
  1901. owl-opt-lbfgs
  1902. owl-plplot < "1.1"
  1903. owl-symbolic
  1904. owl-top >= "0.4.0" & < "1.2"
  1905. owl-zoo >= "0.4.0"
  1906. owork
  1907. ozulip
  1908. p4pp
  1909. p5scm
  1910. packstream
  1911. pacomb
  1912. paf
  1913. paf-cohttp
  1914. pam
  1915. pancake
  1916. pandoc
  1917. pandoc-abbreviations
  1918. pandoc-comment
  1919. pandoc-crossref
  1920. pandoc-include
  1921. pandoc-inspect
  1922. pandoc-pdf2png
  1923. pandoc-replace
  1924. papi >= "0.1.1"
  1925. par_incr
  1926. parany >= "9.0.0"
  1927. pardi >= "2.0.2"
  1928. pari
  1929. pari-bindings
  1930. parmap >= "1.1.1"
  1931. parsexp >= "v0.13.0"
  1932. parsexp_io
  1933. parsley
  1934. passage
  1935. patch
  1936. patdiff
  1937. path_glob
  1938. patience_diff
  1939. patricia-tree
  1940. pattern
  1941. pb
  1942. pb-plugin
  1943. pbkdf
  1944. pbrt
  1945. pbrt_services
  1946. pbrt_yojson
  1947. pcap-format >= "0.5.2"
  1948. pcre >= "7.3.5"
  1949. pcre2
  1950. pds-reachability >= "0.2.2"
  1951. pecu >= "0.2"
  1952. petrol
  1953. pf-qubes
  1954. pg_query
  1955. pgocaml >= "4.0"
  1956. pgocaml_ppx
  1957. pgx
  1958. pgx_async
  1959. pgx_lwt
  1960. pgx_lwt_mirage
  1961. pgx_lwt_unix
  1962. pgx_unix
  1963. pgx_value_core
  1964. pgx_value_ptime
  1965. phantom-algebra >= "1.0.1"
  1966. phonetic
  1967. phylogenetics
  1968. piaf
  1969. picasso
  1970. piece_rope
  1971. piqi >= "0.7.8"
  1972. piqilib >= "0.6.16"
  1973. pixel_pusher
  1974. pkcs11 >= "0.18.0"
  1975. pkcs11-cli
  1976. pkcs11-driver
  1977. pkcs11-rev
  1978. pla >= "1.3"
  1979. plateau
  1980. plato
  1981. plebeia
  1982. plist-xml
  1983. plist-xml-lwt
  1984. plotkicadsch
  1985. plotly
  1986. plplot >= "5.11.0-1"
  1987. polars
  1988. polars_async
  1989. polka
  1990. poll
  1991. polling_state_rpc
  1992. polly < "0.5.0"
  1993. polynomial
  1994. pomap
  1995. popper
  1996. portaudio >= "0.2.2"
  1997. portaudio_c_bindings
  1998. posix-base < "4.0.1"
  1999. posix-bindings < "4.0.1"
  2000. posix-getopt >= "2.0.0" & < "4.0.1"
  2001. posix-math2 < "4.0.1"
  2002. posix-signal < "4.0.1"
  2003. posix-socket < "4.0.1"
  2004. posix-socket-unix < "4.0.1"
  2005. posix-time2 < "4.0.1"
  2006. posix-types >= "2.0.0" & < "4.0.1"
  2007. posix-uname < "4.0.1"
  2008. posixat
  2009. postgres_async
  2010. postgresql >= "4.4.1"
  2011. pp
  2012. pp-binary-ints
  2013. pp_loc
  2014. pprint >= "20200226"
  2015. ppx-owl-opt
  2016. ppx_accessor
  2017. ppx_assert
  2018. ppx_bap
  2019. ppx_base
  2020. ppx_bench
  2021. ppx_bin_prot
  2022. ppx_bitstring < "5.0.2"
  2023. ppx_blob >= "0.6.0"
  2024. ppx_camlrack
  2025. ppx_catch
  2026. ppx_cold
  2027. ppx_compare
  2028. ppx_compose >= "0.1.0"
  2029. ppx_const
  2030. ppx_conv_func
  2031. ppx_counters
  2032. ppx_css
  2033. ppx_cstruct
  2034. ppx_cstubs
  2035. ppx_csv_conv
  2036. ppx_custom_printf
  2037. ppx_decimal
  2038. ppx_default
  2039. ppx_defer >= "0.4.0"
  2040. ppx_demo
  2041. ppx_derive_at_runtime
  2042. ppx_derivers >= "1.2.1"
  2043. ppx_deriving >= "4.5-1"
  2044. ppx_deriving_cad
  2045. ppx_deriving_cmdliner
  2046. ppx_deriving_decoders
  2047. ppx_deriving_encoding
  2048. ppx_deriving_hardcaml
  2049. ppx_deriving_hash
  2050. ppx_deriving_json_schema
  2051. ppx_deriving_jsoo
  2052. ppx_deriving_madcast >= "0.2"
  2053. ppx_deriving_popper
  2054. ppx_deriving_protobuf
  2055. ppx_deriving_qcheck
  2056. ppx_deriving_rpc
  2057. ppx_deriving_scad
  2058. ppx_deriving_variant_string
  2059. ppx_deriving_yaml < "0.4.0"
  2060. ppx_deriving_yojson
  2061. ppx_diff
  2062. ppx_disable_unused_warnings
  2063. ppx_distr_guards >= "0.2"
  2064. ppx_dream_eml
  2065. ppx_embed_file
  2066. ppx_enumerate
  2067. ppx_expect
  2068. ppx_expect_nobase
  2069. ppx_ezlua
  2070. ppx_factory
  2071. ppx_fail
  2072. ppx_fields_conv
  2073. ppx_fixed_literal
  2074. ppx_fun
  2075. ppx_gen_rec >= "1.1.0"
  2076. ppx_getenv
  2077. ppx_globalize
  2078. ppx_hardcaml
  2079. ppx_hash
  2080. ppx_here
  2081. ppx_ignore_instrumentation
  2082. ppx_import
  2083. ppx_inline_alcotest
  2084. ppx_inline_test
  2085. ppx_inline_test_nobase
  2086. ppx_interact
  2087. ppx_irmin
  2088. ppx_jane
  2089. ppx_js_style
  2090. ppx_jsobject_conv
  2091. ppx_jsonaf_conv
  2092. ppx_let
  2093. ppx_log
  2094. ppx_lun
  2095. ppx_make
  2096. ppx_map
  2097. ppx_marshal < "0.4.1"
  2098. ppx_marshal_ext < "0.4.1"
  2099. ppx_matches
  2100. ppx_meta_conv
  2101. ppx_mica
  2102. ppx_mikmatch
  2103. ppx_minidebug
  2104. ppx_module_timer
  2105. ppx_monad
  2106. ppx_monoid >= "0.3.2"
  2107. ppx_mysql
  2108. ppx_open
  2109. ppx_optcomp
  2110. ppx_optint
  2111. ppx_optional
  2112. ppx_parser
  2113. ppx_pattern_bind
  2114. ppx_pbt
  2115. ppx_pipebang
  2116. ppx_protocol_conv
  2117. ppx_protocol_conv_json
  2118. ppx_protocol_conv_jsonm
  2119. ppx_protocol_conv_msgpack
  2120. ppx_protocol_conv_xml_light
  2121. ppx_protocol_conv_xmlm
  2122. ppx_protocol_conv_yaml
  2123. ppx_pyformat
  2124. ppx_python
  2125. ppx_quick_test
  2126. ppx_rapper
  2127. ppx_rapper_async
  2128. ppx_rapper_lwt
  2129. ppx_regexp >= "0.4.0"
  2130. ppx_repr
  2131. ppx_seq
  2132. ppx_sexp_conv
  2133. ppx_sexp_message
  2134. ppx_sexp_value
  2135. ppx_show
  2136. ppx_stable
  2137. ppx_stable_witness
  2138. ppx_string
  2139. ppx_string_conv
  2140. ppx_string_interpolation
  2141. ppx_subliner
  2142. ppx_system
  2143. ppx_test
  2144. ppx_tools
  2145. ppx_tools_versioned
  2146. ppx_trace
  2147. ppx_ts
  2148. ppx_tydi
  2149. ppx_type_directed_value
  2150. ppx_typed_fields
  2151. ppx_typerep_conv
  2152. ppx_tyre
  2153. ppx_units
  2154. ppx_unreachable
  2155. ppx_update
  2156. ppx_variants_conv
  2157. ppx_viewpattern
  2158. ppx_wideopen
  2159. ppx_xml_conv
  2160. ppx_yojson
  2161. ppx_yojson_conv
  2162. ppx_yojson_conv_lib
  2163. ppxfind
  2164. ppxlib
  2165. ppxlib-tools
  2166. ppxlib_jane
  2167. ppxx
  2168. pratter
  2169. prbnmcn-basic-structures
  2170. prbnmcn-cgrph
  2171. prbnmcn-clustering
  2172. prbnmcn-dagger
  2173. prbnmcn-dagger-gsl
  2174. prbnmcn-dagger-stats
  2175. prbnmcn-dagger-test
  2176. prbnmcn-gnuplot
  2177. prbnmcn-linalg
  2178. prbnmcn-mcts
  2179. prbnmcn-proptest
  2180. prbnmcn-stats
  2181. prbnmcn-ucb1
  2182. prc
  2183. preface
  2184. prelude
  2185. pretty_expressive
  2186. prettym
  2187. printbox >= "0.3"
  2188. printbox-ext-plot
  2189. printbox-html
  2190. printbox-md
  2191. printbox-text >= "0.6.1"
  2192. proc-smaps
  2193. process_limits
  2194. processor
  2195. producer
  2196. prof_spacetime
  2197. profiling
  2198. profunctor
  2199. progress < "0.5.0"
  2200. prom
  2201. prometheus >= "0.6"
  2202. prometheus-app >= "0.6"
  2203. prometheus-liquidsoap >= "2"
  2204. promise
  2205. promise_jsoo
  2206. promise_jsoo_lwt
  2207. protocell
  2208. protocol-9p >= "1.0.0"
  2209. protocol-9p-tool >= "1.0.0"
  2210. protocol-9p-unix >= "1.0.0"
  2211. protocol_version_header
  2212. prr
  2213. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2214. psq >= "0.1.1"
  2215. ptmap >= "2.0.5"
  2216. ptset
  2217. pulseaudio >= "0.1.4"
  2218. pure-html
  2219. pure-splitmix >= "0.3"
  2220. purl
  2221. pvec
  2222. pxshot
  2223. py >= "1.1"
  2224. pyast
  2225. pyml >= "20210924"
  2226. pyml_bindgen >= "0.3.0"
  2227. pyre-ast
  2228. pythonlib
  2229. qbf >= "0.3"
  2230. qcheck >= "0.13"
  2231. qcheck-alcotest
  2232. qcheck-core
  2233. qcheck-lin < "0.10"
  2234. qcheck-multicoretests-util < "0.10"
  2235. qcheck-ounit
  2236. qcheck-stm < "0.10"
  2237. qdrant
  2238. qinap
  2239. qiskit
  2240. qmp >= "0.19.0"
  2241. qrencode
  2242. qtest >= "2.10.1"
  2243. queenshead
  2244. quests
  2245. quick_print
  2246. quickjs
  2247. radamsa
  2248. radare2 >= "0.0.3"
  2249. randii
  2250. randomconv
  2251. randoml
  2252. range >= "0.8"
  2253. rangeSet
  2254. rankers
  2255. rawlink
  2256. rawlink-eio
  2257. rawlink-lwt
  2258. raygui < "1.4.0"
  2259. raylib < "1.4.0"
  2260. rdbg >= "1.196.12"
  2261. rdf >= "0.13.0" & < "1.1.0"
  2262. rdf_impls < "1.1.0"
  2263. rdf_json_ld < "1.1.0"
  2264. rdf_lwt < "1.1.0"
  2265. rdf_mysql < "1.1.0"
  2266. rdf_postgresql < "1.1.0"
  2267. rdf_ppx < "1.1.0"
  2268. re >= "1.9.0" & < "1.14.0"
  2269. re2
  2270. re2_stable
  2271. re_parser
  2272. rea
  2273. reactiveData = "0.3.0"
  2274. reactjs-jsx-ppx
  2275. readline
  2276. reanalyze
  2277. reason < "3.17.2"
  2278. reason-react
  2279. reason-react-ppx
  2280. reason-standard
  2281. received
  2282. record_builder
  2283. records >= "1.0.0"
  2284. reddit_api_async
  2285. reddit_api_kernel
  2286. redirect
  2287. redis >= "0.4"
  2288. redis-async
  2289. redis-lwt >= "0.4"
  2290. redis-sync >= "0.4"
  2291. reed-solomon-erasure >= "1.0.2"
  2292. reedsolomon
  2293. refl
  2294. regex_parser_intf
  2295. regrade
  2296. relude
  2297. remu_ts
  2298. reparse
  2299. reparse-lwt
  2300. reparse-lwt-unix
  2301. reparse-unix
  2302. repr
  2303. repr-bench
  2304. repr-fuzz
  2305. res >= "5.0.1"
  2306. res_tailwindcss
  2307. rescript-syntax
  2308. reshowcase
  2309. resource-pooling >= "1.1"
  2310. resource_cache
  2311. resp
  2312. resp-client
  2313. resp-mirage
  2314. resp-server >= "0.9"
  2315. resp-unix
  2316. resto
  2317. resto-acl
  2318. resto-cohttp
  2319. resto-cohttp-client
  2320. resto-cohttp-self-serving-client
  2321. resto-cohttp-server
  2322. resto-directory
  2323. resto-json
  2324. result
  2325. rfc1951 >= "0.8.1" & != "1.0.0"
  2326. rfc6287 >= "1.0.4"
  2327. rfc7748
  2328. rfsm >= "1.6-alpha-3"
  2329. rhythm
  2330. ringo
  2331. ringo-lwt
  2332. rio
  2333. riot
  2334. river
  2335. rock
  2336. rocq-core
  2337. rocq-devtools
  2338. rocq-runtime
  2339. rocqide
  2340. roman
  2341. root1d >= "0.5.1"
  2342. rope >= "0.6.2"
  2343. rosa
  2344. rosetta >= "0.2.0"
  2345. routes
  2346. rowex
  2347. rpc
  2348. rpc_parallel
  2349. rpclib
  2350. rpclib-async
  2351. rpclib-html
  2352. rpclib-js
  2353. rpclib-lwt
  2354. rsdd
  2355. rss
  2356. rtop < "3.17.2"
  2357. rtree
  2358. rungen
  2359. runtime_events_tools < "0.5.2"
  2360. rusage
  2361. rust-staticlib-gen
  2362. rust-staticlib-virtual
  2363. SZXX
  2364. safemoney
  2365. safepass >= "3.1"
  2366. sail >= "0.15"
  2367. sail_c_backend
  2368. sail_coq_backend
  2369. sail_doc_backend
  2370. sail_latex_backend
  2371. sail_lean_backend
  2372. sail_lem_backend
  2373. sail_maker
  2374. sail_manifest
  2375. sail_ocaml_backend
  2376. sail_output
  2377. sail_smt_backend
  2378. sail_sv_backend
  2379. salsa20 >= "1.0.0"
  2380. salsa20-core >= "1.0.0"
  2381. samplerate >= "0.1.6"
  2382. sanddb >= "0.2"
  2383. sarek
  2384. sarif
  2385. satex
  2386. saturn < "0.5.0"
  2387. saturn_lockfree < "0.5.0"
  2388. satyrographos
  2389. scad_ml
  2390. scfg
  2391. scgi
  2392. scipy
  2393. scrypt-kdf
  2394. sd_logic
  2395. sdl-liquidsoap >= "3"
  2396. search
  2397. searchTree
  2398. secp256k1 >= "0.4.1"
  2399. secp256k1-internal
  2400. sedlex
  2401. sek
  2402. sel
  2403. semantic_version
  2404. semaphore-compat
  2405. semver >= "0.2.1"
  2406. semver2
  2407. sendmail
  2408. sendmail-lwt
  2409. sendmail-miou-unix
  2410. sendmail-mirage
  2411. sentry
  2412. seq < "base"
  2413. seqes
  2414. sequencer_table
  2415. serde
  2416. serde_debug
  2417. serde_derive
  2418. serde_json
  2419. serde_sexpr
  2420. serde_xml
  2421. serial
  2422. server-reason-react
  2423. session >= "0.4.1"
  2424. session-cohttp >= "0.4.1"
  2425. session-cohttp-async >= "0.4.1"
  2426. session-cohttp-lwt >= "0.4.1"
  2427. session-cookie
  2428. session-cookie-async
  2429. session-cookie-lwt
  2430. session-postgresql >= "0.4.1"
  2431. session-postgresql-async
  2432. session-postgresql-lwt
  2433. session-redis-lwt >= "0.4.1"
  2434. session-webmachine >= "0.4.1"
  2435. setcore >= "1.0.2"
  2436. sexp
  2437. sexp_decode
  2438. sexp_diff
  2439. sexp_diff_kernel
  2440. sexp_grammar
  2441. sexp_macro
  2442. sexp_pretty
  2443. sexp_select
  2444. sexp_string_quickcheck
  2445. sexplib >= "v0.13.0"
  2446. sexplib0 >= "v0.12.0"
  2447. sgf
  2448. sha >= "1.13"
  2449. shades
  2450. shapefile
  2451. shared-block-ring
  2452. shared-memory-ring
  2453. shared-memory-ring-lwt
  2454. shared-secret >= "0.4"
  2455. shell
  2456. sherlodoc < "3.1.0"
  2457. shexp
  2458. shine >= "0.2.2"
  2459. shuttle
  2460. shuttle_http
  2461. shuttle_ssl
  2462. shuttle_websocket
  2463. sifun
  2464. sihl
  2465. sihl-cache
  2466. sihl-contract
  2467. sihl-core
  2468. sihl-email
  2469. sihl-facade
  2470. sihl-persistence
  2471. sihl-queue
  2472. sihl-session
  2473. sihl-storage
  2474. sihl-token
  2475. sihl-type
  2476. sihl-user
  2477. sihl-web
  2478. simlog
  2479. simple63
  2480. simple_httpd
  2481. simple_httpd_caqti
  2482. sklearn
  2483. slack
  2484. slacko
  2485. slice
  2486. slipshow != "0.5.0"
  2487. slug
  2488. smart-print >= "0.3.0"
  2489. smol
  2490. smol-helpers
  2491. smtlib-utils
  2492. smtml >= "0.7.0" & < "0.10.0"
  2493. snappy
  2494. so
  2495. sodium-fmt
  2496. solid < "0.5.0"
  2497. solid_server < "0.5.0"
  2498. solid_tools < "0.5.0"
  2499. solidity-alcotest
  2500. solidity-common
  2501. solidity-parser
  2502. solidity-test
  2503. solidity-typechecker
  2504. solo5-elftool
  2505. sortedseq_intersect
  2506. soundtouch >= "0.1.9"
  2507. soupault
  2508. spacetime_lib
  2509. spatial-shell
  2510. spawn < "v0.9.0" | >= "v0.13.0"
  2511. spdx_licenses
  2512. spectrum
  2513. spectrum_capabilities
  2514. spectrum_palette_ppx
  2515. spectrum_palettes
  2516. spectrum_tools
  2517. speex
  2518. spelll >= "0.4"
  2519. spices
  2520. spin
  2521. splay_tree
  2522. splittable_random
  2523. spoc
  2524. spoc_ppx
  2525. spoke
  2526. spotify-web-api
  2527. spotlib >= "4.1.0"
  2528. sqlgg >= "20200521"
  2529. sqlite3 >= "4.4.1"
  2530. sqlite3_utils
  2531. srt
  2532. ssh-agent >= "0.2.0"
  2533. ssl >= "0.5.6"
  2534. starpath
  2535. stdcompat >= "19"
  2536. stdint >= "0.6.0"
  2537. stdint-literals
  2538. stdio
  2539. stdlib-diff
  2540. stdlib-random
  2541. stdlib-shims
  2542. stdune < "3.19.0"
  2543. stitch
  2544. stk < "0.5.0"
  2545. stk_iconv < "0.5.0"
  2546. stk_ocf < "0.5.0"
  2547. stk_ppx < "0.5.0"
  2548. stk_rdf < "0.5.0"
  2549. stk_xml < "0.5.0"
  2550. stog >= "0.20.0"
  2551. stog_all
  2552. stog_asy
  2553. stog_dot
  2554. stog_extern
  2555. stog_markdown
  2556. stog_multi_doc
  2557. stog_nocaml
  2558. stog_noexec
  2559. stog_plugins
  2560. stog_rdf
  2561. stog_rel_href
  2562. stog_server
  2563. stog_server_multi
  2564. stog_sitemap
  2565. stog_writing
  2566. stone >= "0.5.2"
  2567. store
  2568. stored_reversed
  2569. stramon-lib
  2570. streamable
  2571. streaming
  2572. string_dict
  2573. stringCodepointSplitter
  2574. stringext >= "1.6.0"
  2575. sturgeon >= "0.4.2"
  2576. styled-ppx < "0.61.0"
  2577. subprocess
  2578. subscriptions-transport-ws
  2579. subtype-refinement >= "0.2"
  2580. sun
  2581. svmwrap
  2582. swagger >= "0.2.0"
  2583. swhid
  2584. swhid_compute
  2585. swhid_core
  2586. swhid_types
  2587. swipl
  2588. syguslib-utils
  2589. symex
  2590. synchronizer
  2591. syncweb
  2592. syndic >= "1.6.0"
  2593. sys-socket
  2594. sys-socket-unix
  2595. syslog >= "2.0.1"
  2596. syslog-message >= "1.0.0"
  2597. syslog-rfc5424 < "0.2"
  2598. systemverilog >= "0.0.2"
  2599. tablecloth-base
  2600. tablecloth-melange
  2601. tablecloth-native < "transition"
  2602. taglib >= "0.3.7"
  2603. talaria-bibtex
  2604. tar
  2605. tar-eio
  2606. tar-mirage
  2607. tar-unix
  2608. tcalc
  2609. tcpip
  2610. tdigest
  2611. telemetry
  2612. telltime
  2613. tensorboard
  2614. term-indexing
  2615. term-tools
  2616. terminal < "0.5.0"
  2617. terminal_size >= "0.1.4"
  2618. terminus
  2619. terminus-cohttp
  2620. terminus-hlc
  2621. testo < "0.3.4"
  2622. testo-diff < "0.3.4"
  2623. testo-lwt < "0.3.4"
  2624. testo-util < "0.3.4"
  2625. testu01
  2626. textmate-language
  2627. textrazor
  2628. textutils
  2629. textutils_kernel
  2630. textwrap >= "0.2.1"
  2631. tezos-base58
  2632. tezos-context-hash
  2633. tezt < "4.3.0"
  2634. tezt-bam
  2635. theora
  2636. thread-local-storage
  2637. thread-table
  2638. thrift
  2639. tidy
  2640. tidy_email
  2641. tidy_email_mailgun
  2642. tidy_email_sendgrid
  2643. tidy_email_smtp
  2644. tilde_f
  2645. time_now
  2646. timed >= "1.1"
  2647. timedesc
  2648. timedesc-json
  2649. timedesc-sexp
  2650. timedesc-tzdb
  2651. timedesc-tzlocal
  2652. timedesc-tzlocal-js
  2653. timere
  2654. timere-parse
  2655. timezone
  2656. timmy
  2657. timmy-jsoo
  2658. timmy-lwt
  2659. timmy-unix
  2660. tiny_httpd
  2661. tiny_httpd_camlzip
  2662. tiny_httpd_eio
  2663. tip-parser >= "0.4"
  2664. tldr
  2665. tls >= "0.12.8"
  2666. tls-async
  2667. tls-eio
  2668. tls-liquidsoap
  2669. tls-lwt
  2670. tls-miou-unix
  2671. tls-mirage
  2672. toc
  2673. tofn
  2674. togglelog
  2675. toml
  2676. toml-cconv
  2677. toml_cconv
  2678. toplevel_backend
  2679. toplevel_expect_test
  2680. topojson
  2681. topojsone
  2682. topological_sort
  2683. torch
  2684. tqdm
  2685. trace
  2686. trace-fuchsia
  2687. trace-runtime-events
  2688. trace-tef
  2689. tracing
  2690. tracy-client
  2691. trail
  2692. traits
  2693. trampoline
  2694. transept
  2695. transom
  2696. traverse
  2697. travesty
  2698. trax >= "0.4.0"
  2699. tree_layout >= "0.2"
  2700. treeprint >= "2.3.0"
  2701. trexio
  2702. trie
  2703. trs
  2704. tsdl-image >= "0.3.0"
  2705. tsdl-mixer
  2706. tsdl-ttf >= "0.3"
  2707. tsort
  2708. tty
  2709. tube >= "4.4.0"
  2710. tuntap
  2711. twirp_cohttp_lwt_unix
  2712. twirp_core
  2713. twirp_ezcurl
  2714. twirp_tiny_httpd
  2715. twostep
  2716. tyabt
  2717. type_eq
  2718. type_id
  2719. typed_list
  2720. typeid
  2721. typerep >= "v0.13.0"
  2722. typeset
  2723. tyre >= "0.5"
  2724. tyxml >= "4.3.0"
  2725. tyxml-jsx
  2726. tyxml-lwd
  2727. tyxml-ppx >= "4.3.0"
  2728. tyxml-syntax
  2729. ubase
  2730. ubpf >= "0.2"
  2731. uecc >= "0.3"
  2732. ufind
  2733. uint >= "2.0.1"
  2734. ulid
  2735. um-abt
  2736. unidecode
  2737. unionFind
  2738. unisim_archisec < "0.0.14"
  2739. unison < "2.53.4"
  2740. universal-portal
  2741. universo
  2742. unix-errno >= "0.6.0"
  2743. unstrctrd
  2744. uopt
  2745. uri >= "2.2.1"
  2746. uri-bench
  2747. uri-re
  2748. uri-sexp
  2749. uring
  2750. uritemplate
  2751. urn
  2752. user-agent-parser
  2753. username_kernel
  2754. uspf
  2755. uspf-lwt
  2756. uspf-mirage
  2757. uspf-unix
  2758. utcp
  2759. utop
  2760. uuuu >= "0.1.1"
  2761. validate
  2762. validator
  2763. variantslib >= "v0.13.0"
  2764. varray
  2765. vcaml
  2766. vcardgen >= "1.2"
  2767. vchan
  2768. vchan-unix
  2769. vchan-xen
  2770. vdom
  2771. vec
  2772. vector
  2773. vector3 >= "1.0.0"
  2774. vendredi
  2775. vercel
  2776. versioned_polling_state_rpc
  2777. vhd-format >= "0.12.0"
  2778. vhd-format-lwt
  2779. vif
  2780. vifu
  2781. virtual_dom
  2782. virtual_dom_toplayer
  2783. visitors >= "20200207"
  2784. vlq >= "0.2.1"
  2785. vlt
  2786. vmnet
  2787. vocal
  2788. voqc
  2789. vorbis
  2790. vpt >= "5.0.0"
  2791. vscoq-language-server < "2.3.3"
  2792. vsrocq-language-server
  2793. vue-jsoo
  2794. vue-ppx
  2795. wall
  2796. wasm >= "2.0.2"
  2797. wasmer
  2798. wasmtime
  2799. wayland
  2800. waylaunch
  2801. wcwidth
  2802. webauthn
  2803. weberizer >= "0.8"
  2804. webmachine >= "0.6.2"
  2805. websocket >= "2.12"
  2806. websocket-async
  2807. websocket-lwt
  2808. websocket-lwt-unix
  2809. websocketaf
  2810. webtest
  2811. webtest-js
  2812. why3find
  2813. wikitext
  2814. win-error >= "1.0"
  2815. win-eventlog >= "0.3"
  2816. winsvc
  2817. wol
  2818. wol-eio
  2819. wol-mirage
  2820. ws
  2821. ws-server
  2822. wseg
  2823. wtf8 >= "1.0.2"
  2824. wtr
  2825. wtr-ppx
  2826. wu-manber-fuzzy-search
  2827. x509
  2828. x86_64-esperanto >= "0.0.6"
  2829. xapi-backtrace
  2830. xapi-inventory
  2831. xapi-rrd
  2832. xapi-stdext-date
  2833. xapi-stdext-encodings
  2834. xapi-stdext-pervasives
  2835. xapi-stdext-std
  2836. xapi-stdext-threads
  2837. xapi-stdext-unix
  2838. xapi-stdext-zerocheck
  2839. xcursor
  2840. xdg < "3.19.0"
  2841. xdg-basedir
  2842. xedbindings
  2843. xen-evtchn
  2844. xen-evtchn-unix
  2845. xen-gnt
  2846. xen-gnt-unix
  2847. xenstore
  2848. xenstore-tool
  2849. xenstore_transport >= "1.1.0"
  2850. xkbcommon
  2851. xmelly
  2852. xml-light >= "2.5"
  2853. xmldiff >= "0.7.0"
  2854. xmldiff_js
  2855. xmlplaylist >= "0.1.5"
  2856. xoshiro
  2857. xtmpl >= "0.19.0" & < "1.1.0"
  2858. xtmpl_js < "1.1.0"
  2859. xtmpl_ppx < "1.1.0"
  2860. yaml >= "1.0.0"
  2861. yaml-sexp
  2862. yara >= "0.2"
  2863. yocaml < "2.0.0"
  2864. yocaml_cmark
  2865. yocaml_git < "2.0.0"
  2866. yocaml_jingoo < "2.0.0"
  2867. yocaml_markdown < "2.4.1"
  2868. yocaml_mustache < "2.0.0"
  2869. yocaml_syndication < "2.0.0"
  2870. yocaml_unix < "2.0.0"
  2871. yocaml_yaml < "2.0.0"
  2872. yojson >= "1.5.0"
  2873. yojson-bench
  2874. yojson-five
  2875. yultracer
  2876. yurt >= "0.6"
  2877. yuscii >= "0.2.1"
  2878. yuujinchou
  2879. zanuda
  2880. zar
  2881. zarith-ppx
  2882. zarith_stubs_js
  2883. zed >= "2.0.6"
  2884. zeit
  2885. zelus
  2886. zelus-gtk
  2887. zipperposition
  2888. zipperposition-tools
  2889. zlib
  2890. zlist >= "0.4.0"
  2891. zmq >= "5.1.0"
  2892. zmq-async >= "5.1.0"
  2893. zmq-eio
  2894. zmq-lwt >= "5.1.0"
  2895. zstandard
  2896. zstd >= "0.3"
  2897. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"