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" & < "3.0.0"
  330. caqti-async < "3.0.0"
  331. caqti-driver-mariadb < "3.0.0"
  332. caqti-driver-pgx < "3.0.0"
  333. caqti-driver-postgresql >= "1.0.0" & < "3.0.0"
  334. caqti-driver-sqlite3 >= "1.0.0" & < "3.0.0"
  335. caqti-dynload >= "1.0.0" & < "3.0.0"
  336. caqti-eio < "3.0.0"
  337. caqti-lwt >= "1.0.0" & < "3.0.0"
  338. caqti-miou < "3.0.0"
  339. caqti-mirage < "3.0.0"
  340. caqti-tls < "3.0.0"
  341. caqti-type-calendar >= "1.0.0" & < "3.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. duras < "2.1.1"
  690. duration
  691. dyn < "3.19.0"
  692. dypgen
  693. earley >= "3.0.0"
  694. earlybird
  695. easy-format >= "1.3.2"
  696. easy_logging
  697. easy_logging_yojson
  698. ecaml
  699. edn
  700. ego
  701. eigen >= "0.1.0"
  702. eio
  703. eio-ssl
  704. eio-trace
  705. eio_linux
  706. eio_main
  707. eio_posix
  708. eio_windows
  709. either
  710. elasticsearch-cli >= "0.5"
  711. electrod
  712. eliom >= "10.1.2" & < "12.0.0"
  713. elm_core
  714. elm_playground
  715. elm_playground_native
  716. elm_playground_web
  717. elm_system
  718. elpi
  719. email_message
  720. embedded_ocaml_templates
  721. emile >= "0.4"
  722. emoji >= "2.0.0"
  723. encore >= "0.4"
  724. env_config
  725. epictetus
  726. eqaf >= "0.2"
  727. eqaf-cstruct
  728. equinoxe
  729. equinoxe-cohttp
  730. equinoxe-hlc
  731. erlang
  732. errpy
  733. erssical
  734. esa
  735. esgg
  736. esperanto-cosmopolitan >= "0.0.5"
  737. ethernet
  738. euler
  739. exenum >= "0.86"
  740. exit
  741. expect >= "0.1.0"
  742. expect_test_helpers
  743. expect_test_helpers_async
  744. expect_test_helpers_core
  745. expect_test_helpers_kernel
  746. expr
  747. extism
  748. extism-manifest
  749. extlib >= "1.7.9"
  750. extunix >= "0.3.1"
  751. ez_api
  752. ez_cmdliner >= "0.2.0"
  753. ez_config >= "0.2.0"
  754. ez_file >= "0.3.0"
  755. ez_hash
  756. ez_pgocaml
  757. ez_search
  758. ez_subst
  759. ezcurl
  760. ezcurl-lwt
  761. ezdl
  762. ezgzip >= "0.2.3"
  763. ezjs_ace
  764. ezjs_blockies
  765. ezjs_cleave
  766. ezjs_crypto
  767. ezjs_cytoscape
  768. ezjs_d3pie
  769. ezjs_extension
  770. ezjs_fetch
  771. ezjs_idb
  772. ezjs_jquery
  773. ezjs_min
  774. ezjs_odometer
  775. ezjs_push
  776. ezjs_qrcode
  777. ezjs_recaptcha
  778. ezjs_timeline
  779. ezjsonm >= "1.0.0"
  780. ezjsonm-encoding
  781. ezjsonm-lwt
  782. ezlua
  783. ezresto
  784. ezresto-directory
  785. ezsqlite >= "0.4.2"
  786. ezxmlm >= "1.1.0"
  787. FPauth
  788. FPauth-core
  789. FPauth-responses
  790. FPauth-strategies
  791. FrontC >= "4.0.0"
  792. faad >= "0.5.0"
  793. facteur
  794. fadbadml >= "0.1.2"
  795. faraday >= "0.7.1"
  796. faraday-async >= "0.7.1"
  797. faraday-lwt >= "0.7.1"
  798. faraday-lwt-unix >= "0.7.1"
  799. farith
  800. farmhash >= "0.4"
  801. fasmifra
  802. fat-filesystem >= "0.13.0"
  803. fd-send-recv >= "2.0.1"
  804. fdkaac >= "0.3.2"
  805. feat
  806. feat-core
  807. feat-num
  808. feather
  809. feather_async
  810. ff
  811. ff-bench
  812. ff-pbt
  813. ff-sig
  814. ffmpeg >= "1.0.0~beta1"
  815. ffmpeg-av
  816. ffmpeg-avcodec
  817. ffmpeg-avdevice
  818. ffmpeg-avfilter
  819. ffmpeg-avutil
  820. ffmpeg-swresample
  821. ffmpeg-swscale
  822. fftw3
  823. fiat-p256
  824. fiber
  825. fiber-lwt
  826. fieldslib >= "v0.13.0"
  827. file_path
  828. fileutils >= "0.6.1"
  829. finch
  830. fit < "1.3.2"
  831. fix >= "20181206"
  832. flac
  833. flatunionfind
  834. flex-array
  835. flint >= "0.3.2"
  836. flow_parser >= "0.229.1"
  837. fluxt
  838. fmlib
  839. fmlib_browser
  840. fmlib_js
  841. fmlib_parse
  842. fmlib_pretty
  843. fmlib_std
  844. fontforge-of-ocaml
  845. forester < "4.2.0"
  846. frama-c >= "26.0~beta" & < "30.0~beta"
  847. frama-c-lannotate = "0.2.3"
  848. frama-c-luncov = "0.2.1"
  849. frama-c-metacsl >= "0.4" & < "0.8~beta"
  850. frama-clang < "0.0.17~beta"
  851. fred
  852. freetds >= "0.7"
  853. frei0r >= "0.1.2"
  854. frenetic
  855. fromager
  856. fsevents
  857. fsevents-lwt
  858. fsml
  859. fstar >= "2025.02.17" & < "2025.12.15"
  860. fswatch
  861. fswatch_async
  862. fswatch_lwt
  863. fun-postgresql
  864. fun-sql
  865. fun-sqlite
  866. functoria
  867. functoria-runtime
  868. fungi
  869. fuse3
  870. fuseau
  871. fuseau-lwt
  872. fuzzy_compare
  873. fuzzy_match
  874. fzf
  875. GenArrayIter
  876. GT < "0.5.4"
  877. gapi-ocaml
  878. gbddml
  879. gccjit
  880. gd >= "1.1"
  881. gdbprofiler
  882. gel
  883. gemini
  884. gen >= "0.5.3"
  885. gen_js_api < "1.1.7"
  886. gendarme < "0.4.1"
  887. gendarme-csv < "0.4.1"
  888. gendarme-ezjsonm < "0.4.1"
  889. gendarme-json < "0.4.0"
  890. gendarme-toml < "0.4.1"
  891. gendarme-yaml < "0.4.1"
  892. gendarme-yojson < "0.4.1"
  893. genspio >= "0.0.3"
  894. genspir >= "1.0.1"
  895. geojson
  896. geojsone
  897. geoml
  898. get_line >= "7.0.0"
  899. getopt >= "20230213"
  900. gettext = "0.4.2"
  901. gettext-camomile < "0.5.0"
  902. gettext-stub < "0.5.0"
  903. git
  904. git-cohttp
  905. git-cohttp-unix
  906. git-http
  907. git-kv
  908. git-mirage
  909. git-net
  910. git-paf
  911. git-unix
  912. github >= "4.0.0"
  913. github-data
  914. github-hooks
  915. github-hooks-unix >= "0.5.0"
  916. github-jsoo >= "4.3.0"
  917. github-unix >= "4.0.0"
  918. gitlab
  919. gitlab-jsoo
  920. gitlab-unix
  921. gitlab_pipeline_notifier
  922. glfw-ocaml
  923. globlon
  924. gluon
  925. gluten
  926. gluten-async
  927. gluten-eio
  928. gluten-lwt
  929. gluten-lwt-unix
  930. gluten-mirage
  931. gmap
  932. gmp
  933. gnuplot
  934. gobba
  935. gobject-introspection
  936. goblint < "2.6.0"
  937. goblint-cil >= "1.8.0"
  938. google-drive-ocamlfuse
  939. gopcaml-mode
  940. gopcaml-mode-merlin
  941. gospel
  942. gotd
  943. gperftools
  944. gpiod
  945. gpr
  946. gpt
  947. gptar
  948. gr
  949. grace
  950. gradescope_submit
  951. grain_dypgen >= "0.2.1"
  952. graphics
  953. graphql >= "0.8.0"
  954. graphql-async >= "0.8.0"
  955. graphql-cohttp >= "0.9.0"
  956. graphql-lwt >= "0.8.0"
  957. graphql_parser >= "0.9.0"
  958. graphql_ppx
  959. graphv
  960. graphv_core
  961. graphv_core_lib
  962. graphv_font
  963. graphv_font_js
  964. graphv_font_stb_truetype
  965. graphv_gles2
  966. graphv_gles2_native
  967. graphv_gles2_native_impl
  968. graphv_webgl
  969. graphv_webgl_impl
  970. gremlin
  971. grenier
  972. grid
  973. grpc
  974. grpc-async
  975. grpc-bench
  976. grpc-eio
  977. grpc-examples
  978. grpc-lwt
  979. gsl >= "1.24.0"
  980. gstreamer >= "0.3.1"
  981. guardian
  982. guile
  983. h1
  984. h1-lwt-unix
  985. h1_parser
  986. h2
  987. h2-async
  988. h2-eio
  989. h2-lwt
  990. h2-lwt-unix
  991. h2-mirage
  992. hachis
  993. hack_parallel
  994. hacl-star
  995. hacl-star-raw >= "0.5.0"
  996. hacl_func
  997. hacl_x25519
  998. happy-eyeballs
  999. happy-eyeballs-lwt
  1000. happy-eyeballs-miou-unix
  1001. happy-eyeballs-mirage
  1002. hardcaml
  1003. hardcaml-lua
  1004. hardcaml_axi
  1005. hardcaml_c
  1006. hardcaml_circuits
  1007. hardcaml_event_driven_sim
  1008. hardcaml_fixed_point
  1009. hardcaml_handshake
  1010. hardcaml_of_verilog
  1011. hardcaml_step_testbench
  1012. hardcaml_verify
  1013. hardcaml_verilator
  1014. hardcaml_waveterm
  1015. hardcaml_xilinx
  1016. hardcaml_xilinx_components
  1017. hardcaml_xilinx_reports
  1018. hashcons >= "1.4.0"
  1019. hashset >= "1.0.1"
  1020. haxe >= "4.1.1"
  1021. hc
  1022. hdf5
  1023. hdr_histogram >= "0.0.3"
  1024. headache
  1025. header-check
  1026. hector
  1027. herdtools7 >= "7.55"
  1028. heroicons-reason-react
  1029. hex >= "1.3.0"
  1030. hex_encode
  1031. hexstring
  1032. hg_lib
  1033. hidapi >= "1.1"
  1034. hidapi-lwt
  1035. higher_kinded
  1036. highlexer
  1037. higlo >= "0.8"
  1038. hilite
  1039. hkdf
  1040. hl_yaml
  1041. hockmd
  1042. hol2dk
  1043. hooke
  1044. hpack
  1045. hsluv
  1046. html_of_jsx < "0.0.5"
  1047. htmlfromtexbooks
  1048. hts_shrink >= "2.1.2"
  1049. http
  1050. http-cookie
  1051. http-date < "0.2"
  1052. http-lwt-client
  1053. http-mirage-client
  1054. http-multipart-formdata
  1055. http_async
  1056. httpaf >= "0.6.0"
  1057. httpaf-async >= "0.6.0"
  1058. httpaf-lwt-unix
  1059. httpaf_caged
  1060. httpcats
  1061. httph
  1062. httpun
  1063. httpun-async
  1064. httpun-eio
  1065. httpun-lwt
  1066. httpun-lwt-unix
  1067. httpun-mirage
  1068. httpun-types
  1069. httpun-ws
  1070. httpun-ws-async
  1071. httpun-ws-eio
  1072. httpun-ws-lwt
  1073. httpun-ws-lwt-unix
  1074. httpun-ws-mirage
  1075. huffman
  1076. hurl
  1077. hvsock >= "2.0.0"
  1078. hxd
  1079. hyper
  1080. ISO3166
  1081. ISO8601 >= "0.2.6"
  1082. i3ipc
  1083. icalendar
  1084. idd
  1085. idds
  1086. imagelib
  1087. incr_dom
  1088. incr_dom_interactive
  1089. incr_dom_keyboard
  1090. incr_dom_partial_render
  1091. incr_dom_sexp_form
  1092. incr_dom_widgets
  1093. incr_map
  1094. incr_select
  1095. incremental
  1096. incremental_cycles
  1097. indentation_buffer
  1098. index
  1099. index-bench
  1100. inferno >= "20190924"
  1101. influxdb
  1102. influxdb-async
  1103. influxdb-lwt
  1104. inotify >= "2.4"
  1105. inotify-eio
  1106. inquire
  1107. inquirer_oc
  1108. int_repr
  1109. integers >= "0.3.0"
  1110. integers_stubs_js
  1111. integration1d >= "0.5.1"
  1112. intel_hex
  1113. interface-prime
  1114. interface-prime-lwt
  1115. interval >= "1.5" & < "1.6"
  1116. interval-map
  1117. interval_base
  1118. interval_crlibm
  1119. interval_intel
  1120. intPQueue < "20250925"
  1121. io-page
  1122. io-page-unix
  1123. iomux < "0.4"
  1124. iostream
  1125. iostream-camlzip
  1126. ip2location
  1127. ip2locationio
  1128. ip2proxy
  1129. ip2whois
  1130. ipaddr >= "2.9.0"
  1131. ipaddr-cstruct
  1132. ipaddr-sexp
  1133. irc-client >= "0.6.2"
  1134. irc-client-lwt >= "0.6.2"
  1135. irc-client-lwt-ssl
  1136. irc-client-tls >= "0.6.2"
  1137. irc-client-unix >= "0.6.2"
  1138. iri >= "0.6.0" & < "1.1.0"
  1139. irky
  1140. irky-eio
  1141. irmin
  1142. irmin-bench
  1143. irmin-chunk
  1144. irmin-cli
  1145. irmin-client
  1146. irmin-containers
  1147. irmin-fs
  1148. irmin-git
  1149. irmin-graphql
  1150. irmin-http
  1151. irmin-indexeddb
  1152. irmin-layers
  1153. irmin-mirage
  1154. irmin-mirage-git
  1155. irmin-mirage-graphql
  1156. irmin-pack
  1157. irmin-pack-tools
  1158. irmin-server
  1159. irmin-test
  1160. irmin-tezos
  1161. irmin-unix
  1162. irmin-watcher
  1163. iso639
  1164. iter >= "1.4"
  1165. itv-tree >= "2.2"
  1166. jane-street-headers >= "v0.12.0"
  1167. jane_rope
  1168. janestreet_cpuid
  1169. janestreet_csv
  1170. janestreet_lru_cache
  1171. jasmin >= "2023.06.0"
  1172. jekyll-format >= "0.2.0"
  1173. jemalloc >= "0.2"
  1174. jext
  1175. jhupllib
  1176. jingoo >= "1.3.0"
  1177. jose
  1178. js_of_ocaml < "5.9.0"
  1179. js_of_ocaml-compiler < "5.9.0"
  1180. js_of_ocaml-lwt < "5.9.0"
  1181. js_of_ocaml-ocamlbuild >= "3.5.0"
  1182. js_of_ocaml-ppx < "5.9.0"
  1183. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1184. js_of_ocaml-toplevel < "5.9.0"
  1185. js_of_ocaml-tyxml < "5.9.0"
  1186. js_of_ocaml-webgpu
  1187. js_of_ocaml-webidl
  1188. js_of_ocaml_patches
  1189. json-data-encoding < "1.1.1"
  1190. json-data-encoding-browser < "1.1.1"
  1191. json-data-encoding-bson < "1.1.1"
  1192. json_decoder
  1193. jsonaf
  1194. jsonoo
  1195. jsonrpc
  1196. jsonschema2atd
  1197. jsonxt
  1198. jsoo-react
  1199. jsoo_broadcastchannel
  1200. jsoo_storage
  1201. jst-config
  1202. junit >= "2.0.1"
  1203. junit_alcotest >= "2.0.1"
  1204. junit_ounit >= "2.0.1"
  1205. jupyter
  1206. jupyter-archimedes
  1207. jupyter-kernel
  1208. jws
  1209. jwto
  1210. kafka >= "0.5"
  1211. kafka_async
  1212. kafka_lwt
  1213. kappa-agents
  1214. kappa-binaries
  1215. kappa-library
  1216. kappa-server
  1217. kcas < "0.7.0"
  1218. kcas_data < "0.7.0"
  1219. kdf
  1220. kdl
  1221. ke
  1222. key-parsers >= "0.10.1"
  1223. keyseq
  1224. kicadsch >= "0.4.0"
  1225. kind2
  1226. kinetic-client >= "0.0.11"
  1227. kittyimg
  1228. kkmarkdown
  1229. kmt
  1230. knights_tour
  1231. kot
  1232. kqueue < "0.5.0"
  1233. krb
  1234. lab
  1235. lablgtk3
  1236. lablgtk3-extras >= "3.0.1"
  1237. lablgtk3-goocanvas2
  1238. lablgtk3-gtkspell3
  1239. lablgtk3-rsvg2
  1240. lablgtk3-sourceview3
  1241. lablqml
  1242. lacaml >= "11.0.2"
  1243. ladspa >= "0.2.0"
  1244. lambda
  1245. lambda-runtime
  1246. lambda-term >= "2.0"
  1247. lambda_streams
  1248. lambda_streams_async
  1249. lambda_streams_lwt
  1250. lambdapi
  1251. lambdasoup >= "0.6.4"
  1252. lame >= "0.3.4"
  1253. landmarks = "1.4"
  1254. landmarks-ppx < "1.5"
  1255. lascar >= "0.6-alpha"
  1256. lastfm >= "0.3.3"
  1257. launchd >= "1.3"
  1258. layoutz
  1259. lazy-trie
  1260. lbfgs >= "0.9.1"
  1261. lbvs_consent >= "2.1.0"
  1262. ldap >= "2.4.1"
  1263. ldp < "0.5.0"
  1264. ldp_curl < "0.5.0"
  1265. ldp_js < "0.5.0"
  1266. ldp_tls < "0.5.0"
  1267. leaflet
  1268. learn-ocaml
  1269. learn-ocaml-client
  1270. leaves
  1271. ledgerwallet
  1272. legacy_diffable
  1273. lens >= "1.2.4"
  1274. letsencrypt
  1275. letsencrypt-app
  1276. letsencrypt-dns
  1277. letsencrypt-mirage
  1278. letters
  1279. leveldb
  1280. lib_parsing
  1281. libabsolute
  1282. libbinaryen < "105.1.0" | >= "107.0.1"
  1283. libc
  1284. libdash >= "0.4.1"
  1285. libirmin
  1286. libsail < "0.20.2"
  1287. libsvm >= "0.10.0"
  1288. libzipperposition
  1289. lilac
  1290. lilv
  1291. line-up-words
  1292. line_oriented
  1293. linenoise >= "1.3.1"
  1294. links
  1295. links-mysql
  1296. links-postgresql
  1297. links-sqlite3
  1298. linol
  1299. linol-eio
  1300. linol-lwt
  1301. lintcstubs
  1302. lintcstubs-arity < "0.5.2"
  1303. lintcstubs-gen
  1304. linwrap
  1305. liquid_interpreter
  1306. liquid_ml
  1307. liquid_parser
  1308. liquid_std
  1309. liquid_syntax
  1310. liquidsoap-core
  1311. liquidsoap-lang < "2.3.3"
  1312. liquidsoap-libs
  1313. liquidsoap-libs-extra
  1314. little_logger
  1315. llama
  1316. llama-cpp-ocaml
  1317. llama_core
  1318. llama_interactive
  1319. llama_midi
  1320. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1321. lmdb = "1.0"
  1322. lo >= "0.2.0"
  1323. lockfree
  1324. loga
  1325. logical
  1326. logs-async
  1327. logs-async-reporter
  1328. logs-ppx
  1329. logs-syslog
  1330. logtk
  1331. loop
  1332. lp
  1333. lp-glpk
  1334. lp-glpk-js
  1335. lp-gurobi
  1336. lp-highs
  1337. lpd
  1338. lreplay
  1339. lrgrep
  1340. lru >= "0.3.0"
  1341. lru_cache
  1342. lsp
  1343. lt-code
  1344. lua-ml >= "0.9.3"
  1345. lua_parser
  1346. lucid
  1347. lun
  1348. lustre-v6 >= "6.103.3"
  1349. lutils >= "1.51.2"
  1350. lutin >= "2.71.10"
  1351. luv
  1352. luv_unix
  1353. lwd
  1354. lwt < "5.9.2" | = "6.0.0~alpha00"
  1355. lwt-canceler >= "0.2"
  1356. lwt-dllist
  1357. lwt-exit
  1358. lwt-parallel
  1359. lwt-watcher >= "0.2"
  1360. lwt_direct < "6.0.0~beta01"
  1361. lwt_domain
  1362. lwt_eio
  1363. lwt_glib >= "1.1.1"
  1364. lwt_log >= "1.1.1"
  1365. lwt_ppx >= "1.2.2" & < "5.9.2"
  1366. lwt_react >= "1.1.2"
  1367. lwt_retry
  1368. lwt_ssl >= "1.1.3"
  1369. lz4 >= "1.2.0"
  1370. lz4_chans >= "3.0.1"
  1371. lzo >= "0.0.3"
  1372. MlFront_Cache < "2.4.2.30"
  1373. MlFront_Cli < "2.4.2.30"
  1374. MlFront_Config < "2.4.2.30"
  1375. MlFront_Core < "2.4.2.30"
  1376. MlFront_Errors < "2.4.2.30"
  1377. MlFront_Logs < "2.4.2.30"
  1378. MlFront_Manip < "2.4.2.30"
  1379. MlFront_Signify < "2.4.2.30"
  1380. MlFront_ZipFile < "2.4.2.30"
  1381. m_tree
  1382. macaddr
  1383. macaddr-cstruct
  1384. macaddr-sexp
  1385. mad >= "0.5.0"
  1386. magic-mime >= "1.1.2"
  1387. magic-trace
  1388. make-random
  1389. malfunction
  1390. man_in_the_middle_debugger
  1391. markdown
  1392. markup >= "0.8.0"
  1393. markup-lwt
  1394. mastodon-archive-viewer >= "0.2"
  1395. matcha
  1396. matita
  1397. matplotlib
  1398. mbr-format
  1399. mc2
  1400. mccs
  1401. mcrunch
  1402. md2mld
  1403. mdx >= "1.8.0"
  1404. mec
  1405. mechaml
  1406. mehari
  1407. mehari-eio
  1408. mehari-eio-unix
  1409. mehari-lwt-unix
  1410. mehari-mirage
  1411. mel
  1412. melange < "4.0.0-51"
  1413. melange-atdgen-codec-runtime
  1414. melange-compiler-libs
  1415. melange-fest
  1416. melange-fetch
  1417. melange-jest
  1418. melange-json < "2.0.0"
  1419. melange-json-native < "2.0.0"
  1420. melange-moment
  1421. melange-numeral
  1422. melange-radix-icons
  1423. melange-react-dates
  1424. melange-react-query
  1425. melange-recharts
  1426. melange-str
  1427. melange-testing-library
  1428. melange-webapi
  1429. meldep
  1430. mem_usage < "0.2.0"
  1431. memcad
  1432. memfd
  1433. memgraph
  1434. memgraph_kitty
  1435. memo
  1436. memprof-limits
  1437. memtrace
  1438. memtrace-mirage
  1439. memtrace_viewer
  1440. menhir >= "20200123"
  1441. menhirCST
  1442. menhirGLR
  1443. menhirLib
  1444. menhirSdk
  1445. merge-fmt
  1446. merlin
  1447. merlin-extend
  1448. merlin-lib
  1449. mesh >= "0.9.5"
  1450. mesh-easymesh >= "0.9.5"
  1451. mesh-graphics >= "0.9.5"
  1452. mesh-triangle >= "0.9.5"
  1453. metadata
  1454. metadb
  1455. metapp
  1456. metaquot
  1457. metrics
  1458. metrics-influx
  1459. metrics-lwt
  1460. metrics-rusage
  1461. metrics-unix
  1462. mew
  1463. mew_vi
  1464. mhttp
  1465. mhttp-client
  1466. mhttp-server
  1467. micro_httpd
  1468. middleware
  1469. migra
  1470. mimic
  1471. mimic-happy-eyeballs
  1472. mindstorm >= "0.8"
  1473. mindstorm-lwt
  1474. minicaml
  1475. minicli >= "5.0.2"
  1476. minisat >= "0.3"
  1477. minttea
  1478. miou < "0.5.2"
  1479. mirage >= "4.0.0"
  1480. mirage-block
  1481. mirage-block-ccm
  1482. mirage-block-combinators
  1483. mirage-block-lwt
  1484. mirage-block-partition
  1485. mirage-block-ramdisk
  1486. mirage-block-solo5
  1487. mirage-block-unikraft
  1488. mirage-block-unix
  1489. mirage-block-xen
  1490. mirage-bootvar
  1491. mirage-channel >= "3.2.0"
  1492. mirage-channel-lwt
  1493. mirage-clock
  1494. mirage-clock-lwt
  1495. mirage-clock-unix
  1496. mirage-conduit
  1497. mirage-console
  1498. mirage-console-lwt
  1499. mirage-crypto
  1500. mirage-crypto-ec
  1501. mirage-crypto-pk
  1502. mirage-crypto-rng
  1503. mirage-crypto-rng-async
  1504. mirage-crypto-rng-eio
  1505. mirage-crypto-rng-lwt
  1506. mirage-crypto-rng-miou-unix
  1507. mirage-crypto-rng-mirage
  1508. mirage-crypto-rng-mkernel
  1509. mirage-device
  1510. mirage-dns
  1511. mirage-flow
  1512. mirage-flow-combinators
  1513. mirage-flow-lwt
  1514. mirage-flow-unix
  1515. mirage-fs
  1516. mirage-fs-lwt
  1517. mirage-kv >= "2.0.0"
  1518. mirage-kv-lwt >= "2.0.0"
  1519. mirage-kv-mem
  1520. mirage-kv-unix
  1521. mirage-logs
  1522. mirage-monitoring
  1523. mirage-mtime
  1524. mirage-nat
  1525. mirage-net
  1526. mirage-net-lwt
  1527. mirage-net-macosx >= "1.6.0"
  1528. mirage-net-solo5
  1529. mirage-net-unikraft
  1530. mirage-net-unix
  1531. mirage-net-xen
  1532. mirage-profile
  1533. mirage-protocols
  1534. mirage-protocols-lwt
  1535. mirage-ptime
  1536. mirage-qubes
  1537. mirage-qubes-ipv4
  1538. mirage-random
  1539. mirage-runtime
  1540. mirage-sleep
  1541. mirage-solo5
  1542. mirage-stack
  1543. mirage-stack-lwt
  1544. mirage-time
  1545. mirage-time-lwt
  1546. mirage-time-unix
  1547. mirage-types >= "3.6.0"
  1548. mirage-types-lwt >= "3.6.0"
  1549. mirage-unix
  1550. mirage-vnetif
  1551. mirage-xen
  1552. mjson
  1553. mkaudio >= "1.1.0"
  1554. mkernel
  1555. mkocaml
  1556. mlbdd >= "0.7.2"
  1557. mlfenv
  1558. mlmpfr >= "4.0.2+dune"
  1559. mlpost
  1560. mlpost-lablgtk
  1561. mlt_parser
  1562. mm >= "0.7.0"
  1563. mmap
  1564. mmdb
  1565. mmo
  1566. mnd
  1567. mnet
  1568. mnet-cli
  1569. mnet-dns
  1570. mnet-happy-eyeballs
  1571. mnet-ssh
  1572. mnet-tls
  1573. mnottui
  1574. mnotty
  1575. mock >= "0.1.1"
  1576. mock-ounit >= "0.1.1"
  1577. module-graph
  1578. molenc >= "5.0.0"
  1579. monaco_jsoo
  1580. monolith
  1581. monomorphic >= "2.0"
  1582. monorobot
  1583. moonpool
  1584. moonpool-io
  1585. moonpool-lwt
  1586. mopsa
  1587. morbig >= "0.10.3"
  1588. morsmall
  1589. moss >= "0.1.1"
  1590. mparser >= "1.3"
  1591. mparser-pcre
  1592. mparser-re
  1593. mperf
  1594. mpg123
  1595. mpp >= "0.3.4"
  1596. mpris
  1597. mpris-clients
  1598. mrmime
  1599. msat >= "0.8"
  1600. msat-bin
  1601. msendmail
  1602. mset
  1603. msgpck >= "1.5"
  1604. msgpck-repr
  1605. mssql
  1606. mugen
  1607. mula
  1608. multibase
  1609. multicodec
  1610. multicont = "1.0.1"
  1611. multicore-bench < "0.1.2"
  1612. multihash
  1613. multihash-digestif
  1614. multipart-form-data >= "0.3.0"
  1615. multipart_form
  1616. multipart_form-cohttp-lwt
  1617. multipart_form-eio
  1618. multipart_form-lwt
  1619. multipart_form-miou
  1620. murmur3 >= "0.3"
  1621. mustache >= "3.1.0"
  1622. mustache-cli
  1623. mutaml
  1624. mutf8
  1625. mwt
  1626. mybuild >= "7"
  1627. mysql8
  1628. mysql_protocol
  1629. n_ary
  1630. naboris
  1631. nacc
  1632. nanoev
  1633. nanoev-picos
  1634. nanoev-posix
  1635. nanoev_tiny_httpd
  1636. nanoid
  1637. nanosvg
  1638. nanosvg_text
  1639. nbd >= "4.0.3"
  1640. nbd-tool
  1641. nbd-unix
  1642. nel
  1643. neo4j_bolt
  1644. netkat
  1645. netlink >= "0.3.4"
  1646. netsnmp
  1647. neural_nets_lib < "0.5.2"
  1648. nice_parser
  1649. ninja_utils
  1650. niru
  1651. nloge
  1652. nlopt
  1653. nmea
  1654. noCanren
  1655. nocoiner
  1656. node_of_ocaml
  1657. nomad
  1658. non_empty_list
  1659. nottui
  1660. nottui-lwt
  1661. nottui-miou
  1662. nottui-pretty
  1663. nottui-unix
  1664. notty >= "0.2.3"
  1665. notty-community
  1666. notty-miou
  1667. notty_async >= "v0.13.0"
  1668. np
  1669. npy >= "0.0.9"
  1670. nsq
  1671. numeric_string
  1672. nuscr
  1673. OCADml
  1674. OCanren
  1675. OCanren-ppx
  1676. OSCADml
  1677. obatcher
  1678. obeam
  1679. obelisk >= "0.5.0"
  1680. obuilder < "0.7.0"
  1681. obuilder-spec < "0.7.0"
  1682. obus >= "1.2.1"
  1683. ocal >= "0.2.2"
  1684. ocaml-canvas
  1685. ocaml-compiler-libs >= "v0.12.0"
  1686. ocaml-embed-file
  1687. ocaml-in-python
  1688. ocaml-index
  1689. ocaml-lsp-server
  1690. ocaml-lua
  1691. ocaml-migrate-parsetree
  1692. ocaml-migrate-parsetree-ocamlbuild
  1693. ocaml-monadic >= "0.4.1"
  1694. ocaml-print-intf
  1695. ocaml-probes
  1696. ocaml-protoc >= "2.0.1"
  1697. ocaml-protoc-plugin
  1698. ocaml-r >= "0.1.1"
  1699. ocaml-sat-solvers >= "0.8"
  1700. ocaml-syntax-shims
  1701. ocaml-systemd >= "1.3"
  1702. ocaml-top
  1703. ocaml-vdom < "transition"
  1704. ocaml-version >= "3.5.0"
  1705. ocaml_db_model
  1706. ocaml_intrinsics
  1707. ocaml_intrinsics_kernel
  1708. ocaml_openapi_generator
  1709. ocaml_pgsql_model
  1710. ocaml_plugin
  1711. ocamlc-loc < "3.19.0"
  1712. ocamlcodoc
  1713. ocamldiff >= "1.2"
  1714. ocamlformat >= "0.24.1"
  1715. ocamlformat-lib
  1716. ocamlformat-mlx
  1717. ocamlformat-mlx-lib
  1718. ocamlformat-rpc < "removed"
  1719. ocamlformat-rpc-lib
  1720. ocamlfuse
  1721. ocamlgraph >= "2.0.0"
  1722. ocamlgraph_gtk
  1723. ocamline
  1724. ocamlog
  1725. ocamlregextkit
  1726. ocannl_npy
  1727. ocb
  1728. ocf >= "0.8.0" & < "1.0.0"
  1729. ocf_ppx < "1.0.0"
  1730. ockt
  1731. ocluster != "0.2"
  1732. ocluster-api
  1733. ocluster-worker
  1734. ocolor
  1735. ocp-browser >= "1.2.1"
  1736. ocp-indent >= "1.7.0" & < "1.9.0"
  1737. ocp-indent-nlfork
  1738. ocp-index
  1739. ocp-search
  1740. ocp_reveal
  1741. ocplib-endian >= "1.1"
  1742. ocplib-json-typed-browser
  1743. ocplib-json-typed-bson
  1744. ocplib-simplex >= "0.5"
  1745. ocplib_stuff >= "0.4.0"
  1746. ocsigen-i18n >= "4.0.0"
  1747. ocsigen-ppx-rpc
  1748. ocsigenserver >= "4.0.1" & < "7.0.0"
  1749. ocsipersist < "2.1.0"
  1750. ocsipersist-dbm < "2.1.0"
  1751. ocsipersist-dbm-config < "2.1.0"
  1752. ocsipersist-lib < "2.1.0"
  1753. ocsipersist-pgsql < "2.1.0"
  1754. ocsipersist-pgsql-config < "2.1.0"
  1755. ocsipersist-sqlite < "2.1.0"
  1756. ocsipersist-sqlite-config < "2.1.0"
  1757. octavius >= "1.2.2"
  1758. ocue
  1759. odate
  1760. odds >= "1.1"
  1761. odep
  1762. odepack >= "0.6.9"
  1763. odnnr
  1764. odoc < "3.1.0"
  1765. odoc-driver < "3.1.0"
  1766. odoc-md < "3.1.0"
  1767. odoc-parser < "3.1.0"
  1768. oepub
  1769. of_json
  1770. offheap
  1771. oframl
  1772. ogg >= "1.0.0"
  1773. ohex
  1774. oidc
  1775. ojo
  1776. ojs < "1.1.7"
  1777. ojs_base
  1778. ojs_base_all
  1779. ojs_base_ppx
  1780. ojs_ed
  1781. ojs_filetree
  1782. ojs_list
  1783. oktree
  1784. olinq >= "0.3"
  1785. oma
  1786. omd >= "1.3.2"
  1787. ometrics
  1788. omg
  1789. omigrate
  1790. omlr >= "1.0.3"
  1791. omtl
  1792. oneffs
  1793. oniguruma
  1794. opam-0install
  1795. opam-0install-cudf
  1796. opam-bin >= "1.0.0"
  1797. opam-build
  1798. opam-check-npm-deps
  1799. opam-client >= "2.0.2"
  1800. opam-compiler
  1801. opam-core >= "2.0.2"
  1802. opam-custom-install
  1803. opam-devel >= "2.0.2"
  1804. opam-dune-lint
  1805. opam-ed >= "0.4"
  1806. opam-file-format >= "2.1.0" & < "2.1.5"
  1807. opam-format >= "2.0.2"
  1808. opam-graph
  1809. opam-grep >= "0.2.0"
  1810. opam-installer >= "2.0.2"
  1811. opam-minver
  1812. opam-monorepo
  1813. opam-package-upgrade >= "0.2"
  1814. opam-publish >= "2.0.2"
  1815. opam-repository >= "2.0.2"
  1816. opam-solver >= "2.0.2"
  1817. opam-spin
  1818. opam-state >= "2.0.2"
  1819. opam-test
  1820. opam_bin_lib != "0.9.5"
  1821. opasswd
  1822. opatch
  1823. opazl
  1824. openai
  1825. openai-gym
  1826. openapi
  1827. openapi-opium
  1828. openapi_router
  1829. opencc0
  1830. opencc1
  1831. opencc1_1
  1832. openQASM
  1833. openstellina
  1834. opentelemetry
  1835. opentelemetry-client
  1836. opentelemetry-client-cohttp-eio
  1837. opentelemetry-client-cohttp-lwt
  1838. opentelemetry-client-ocurl
  1839. opentelemetry-client-ocurl-lwt
  1840. opentelemetry-cohttp-lwt
  1841. opentelemetry-logs
  1842. opentelemetry-lwt
  1843. opine
  1844. opium
  1845. opium-graphql
  1846. opium-testing
  1847. opium_kernel >= "0.17.0"
  1848. oplot < "0.85"
  1849. oplsr
  1850. opomodoro
  1851. opsian
  1852. optal
  1853. opti
  1854. optimization1d >= "0.6.1"
  1855. optiml-transport
  1856. optint
  1857. opus
  1858. oraft
  1859. oranger >= "2.0.1"
  1860. orb
  1861. order-i3-xfce
  1862. ordering < "3.19.0"
  1863. ordinal
  1864. ordinal_abbreviation
  1865. ordma >= "0.0.5"
  1866. orec >= "1.0.1"
  1867. orewa
  1868. orf
  1869. orgeat
  1870. orpie
  1871. orrandomForest
  1872. orsvm_e1071 >= "4.0.0"
  1873. ortac-core
  1874. ortac-dune
  1875. ortac-qcheck-stm
  1876. ortac-runtime
  1877. ortac-runtime-qcheck-stm
  1878. ortac-wrapper
  1879. orthologic-coq
  1880. orxgboost >= "1.1.0"
  1881. osc >= "0.2.0"
  1882. osc-lwt
  1883. osc-unix
  1884. osdp >= "1.1.1"
  1885. oseq >= "0.2"
  1886. osh
  1887. oskel
  1888. osnap
  1889. ostap >= "0.6"
  1890. osx-keychain
  1891. osx-secure-transport
  1892. otaglibc
  1893. otf
  1894. otoggl
  1895. otoml
  1896. otr
  1897. oui
  1898. ounit = "2.1.2"
  1899. ounit-lwt < "2.2.0"
  1900. ounit2
  1901. ounit2-lwt
  1902. override
  1903. owee
  1904. owi
  1905. owl >= "0.4.0" & < "1.2"
  1906. owl-base >= "0.4.0" & < "1.2"
  1907. owl-jupyter
  1908. owl-ode
  1909. owl-ode-base
  1910. owl-ode-odepack
  1911. owl-ode-sundials
  1912. owl-opt
  1913. owl-opt-lbfgs
  1914. owl-plplot < "1.1"
  1915. owl-symbolic
  1916. owl-top >= "0.4.0" & < "1.2"
  1917. owl-zoo >= "0.4.0"
  1918. owork
  1919. ozulip
  1920. p4pp
  1921. p5scm
  1922. packstream
  1923. pacomb
  1924. paf
  1925. paf-cohttp
  1926. pam
  1927. pancake
  1928. pandoc
  1929. pandoc-abbreviations
  1930. pandoc-comment
  1931. pandoc-crossref
  1932. pandoc-include
  1933. pandoc-inspect
  1934. pandoc-pdf2png
  1935. pandoc-replace
  1936. papi >= "0.1.1"
  1937. par_incr
  1938. parany >= "9.0.0"
  1939. pardi >= "2.0.2"
  1940. pari
  1941. pari-bindings
  1942. parmap >= "1.1.1"
  1943. parsexp >= "v0.13.0"
  1944. parsexp_io
  1945. parsley
  1946. passage
  1947. patch
  1948. patdiff
  1949. path_glob
  1950. patience_diff
  1951. patricia-tree
  1952. pattern
  1953. pb
  1954. pb-plugin
  1955. pbkdf
  1956. pbrt
  1957. pbrt_services
  1958. pbrt_yojson
  1959. pcap-format >= "0.5.2"
  1960. pcre >= "7.3.5"
  1961. pcre2
  1962. pds-reachability >= "0.2.2"
  1963. pecu >= "0.2"
  1964. petrol
  1965. pf-qubes
  1966. pg_query
  1967. pgocaml >= "4.0"
  1968. pgocaml_ppx
  1969. pgx
  1970. pgx_async
  1971. pgx_lwt
  1972. pgx_lwt_mirage
  1973. pgx_lwt_unix
  1974. pgx_unix
  1975. pgx_value_core
  1976. pgx_value_ptime
  1977. phantom-algebra >= "1.0.1"
  1978. phonetic
  1979. phylogenetics
  1980. piaf
  1981. picasso
  1982. piece_rope
  1983. piqi >= "0.7.8"
  1984. piqilib >= "0.6.16"
  1985. pixel_pusher
  1986. pkcs11 >= "0.18.0"
  1987. pkcs11-cli
  1988. pkcs11-driver
  1989. pkcs11-rev
  1990. pla >= "1.3"
  1991. plateau
  1992. plato
  1993. playwright
  1994. plebeia
  1995. plist-xml
  1996. plist-xml-lwt
  1997. plotkicadsch
  1998. plotly
  1999. plplot >= "5.11.0-1"
  2000. polars
  2001. polars_async
  2002. polka
  2003. poll
  2004. polling_state_rpc
  2005. polly < "0.5.0"
  2006. polynomial
  2007. pomap
  2008. popper
  2009. portaudio >= "0.2.2"
  2010. portaudio_c_bindings
  2011. posix-base < "4.0.1"
  2012. posix-bindings < "4.0.1"
  2013. posix-getopt >= "2.0.0" & < "4.0.1"
  2014. posix-math2 < "4.0.1"
  2015. posix-signal < "4.0.1"
  2016. posix-socket < "4.0.1"
  2017. posix-socket-unix < "4.0.1"
  2018. posix-time2 < "4.0.1"
  2019. posix-types >= "2.0.0" & < "4.0.1"
  2020. posix-uname < "4.0.1"
  2021. posixat
  2022. postgres_async
  2023. postgresql >= "4.4.1"
  2024. pp
  2025. pp-binary-ints
  2026. pp_loc
  2027. pprint >= "20200226"
  2028. ppx-owl-opt
  2029. ppx_accessor
  2030. ppx_assert
  2031. ppx_bap
  2032. ppx_base
  2033. ppx_bench
  2034. ppx_bin_prot
  2035. ppx_bitstring < "5.0.2"
  2036. ppx_blob >= "0.6.0"
  2037. ppx_camlrack
  2038. ppx_catch
  2039. ppx_cold
  2040. ppx_compare
  2041. ppx_compose >= "0.1.0"
  2042. ppx_const
  2043. ppx_conv_func
  2044. ppx_counters
  2045. ppx_css
  2046. ppx_cstruct
  2047. ppx_cstubs
  2048. ppx_csv_conv
  2049. ppx_custom_printf
  2050. ppx_decimal
  2051. ppx_default
  2052. ppx_defer >= "0.4.0"
  2053. ppx_demo
  2054. ppx_derive_at_runtime
  2055. ppx_derivers >= "1.2.1"
  2056. ppx_deriving >= "4.5-1"
  2057. ppx_deriving_cad
  2058. ppx_deriving_cmdliner
  2059. ppx_deriving_decoders
  2060. ppx_deriving_encoding
  2061. ppx_deriving_hardcaml
  2062. ppx_deriving_hash
  2063. ppx_deriving_json_schema
  2064. ppx_deriving_jsoo
  2065. ppx_deriving_madcast >= "0.2"
  2066. ppx_deriving_popper
  2067. ppx_deriving_protobuf
  2068. ppx_deriving_qcheck
  2069. ppx_deriving_rpc
  2070. ppx_deriving_scad
  2071. ppx_deriving_variant_string
  2072. ppx_deriving_yaml < "0.4.0"
  2073. ppx_deriving_yojson
  2074. ppx_diff
  2075. ppx_disable_unused_warnings
  2076. ppx_distr_guards >= "0.2"
  2077. ppx_dream_eml
  2078. ppx_embed_file
  2079. ppx_enumerate
  2080. ppx_expect
  2081. ppx_expect_nobase >= "v0.17.2.2"
  2082. ppx_ezlua
  2083. ppx_factory
  2084. ppx_fail
  2085. ppx_fields_conv
  2086. ppx_fixed_literal
  2087. ppx_fun
  2088. ppx_gen_rec >= "1.1.0"
  2089. ppx_getenv
  2090. ppx_globalize
  2091. ppx_hardcaml
  2092. ppx_hash
  2093. ppx_here
  2094. ppx_ignore_instrumentation
  2095. ppx_import
  2096. ppx_inline_alcotest
  2097. ppx_inline_test
  2098. ppx_inline_test_nobase
  2099. ppx_interact
  2100. ppx_irmin
  2101. ppx_jane
  2102. ppx_js_style
  2103. ppx_jsobject_conv
  2104. ppx_jsonaf_conv
  2105. ppx_let
  2106. ppx_log
  2107. ppx_lun
  2108. ppx_make
  2109. ppx_map
  2110. ppx_marshal < "0.4.1"
  2111. ppx_marshal_ext < "0.4.1"
  2112. ppx_matches
  2113. ppx_meta_conv
  2114. ppx_mica
  2115. ppx_mikmatch
  2116. ppx_minidebug
  2117. ppx_module_timer
  2118. ppx_monad
  2119. ppx_monoid >= "0.3.2"
  2120. ppx_mysql
  2121. ppx_open
  2122. ppx_optcomp
  2123. ppx_optint
  2124. ppx_optional
  2125. ppx_parser
  2126. ppx_pattern_bind
  2127. ppx_pbt
  2128. ppx_pipebang
  2129. ppx_protocol_conv
  2130. ppx_protocol_conv_json
  2131. ppx_protocol_conv_jsonm
  2132. ppx_protocol_conv_msgpack
  2133. ppx_protocol_conv_xml_light
  2134. ppx_protocol_conv_xmlm
  2135. ppx_protocol_conv_yaml
  2136. ppx_pyformat
  2137. ppx_python
  2138. ppx_quick_test
  2139. ppx_rapper
  2140. ppx_rapper_async
  2141. ppx_rapper_lwt
  2142. ppx_regexp >= "0.4.0" & < "0.5.2"
  2143. ppx_repr
  2144. ppx_seq
  2145. ppx_sexp_conv
  2146. ppx_sexp_message
  2147. ppx_sexp_value
  2148. ppx_show
  2149. ppx_stable
  2150. ppx_stable_witness
  2151. ppx_string
  2152. ppx_string_conv
  2153. ppx_string_interpolation
  2154. ppx_subliner
  2155. ppx_system
  2156. ppx_test
  2157. ppx_tools
  2158. ppx_tools_versioned
  2159. ppx_trace
  2160. ppx_ts
  2161. ppx_tydi
  2162. ppx_type_directed_value
  2163. ppx_typed_fields
  2164. ppx_typerep_conv
  2165. ppx_tyre
  2166. ppx_units
  2167. ppx_unreachable
  2168. ppx_update
  2169. ppx_variants_conv
  2170. ppx_viewpattern
  2171. ppx_wideopen
  2172. ppx_xml_conv
  2173. ppx_yojson
  2174. ppx_yojson_conv
  2175. ppx_yojson_conv_lib
  2176. ppxfind
  2177. ppxlib
  2178. ppxlib-tools
  2179. ppxlib_jane
  2180. ppxx
  2181. pratter
  2182. prbnmcn-basic-structures
  2183. prbnmcn-cgrph
  2184. prbnmcn-clustering
  2185. prbnmcn-dagger
  2186. prbnmcn-dagger-gsl
  2187. prbnmcn-dagger-stats
  2188. prbnmcn-dagger-test
  2189. prbnmcn-gnuplot
  2190. prbnmcn-linalg
  2191. prbnmcn-mcts
  2192. prbnmcn-proptest
  2193. prbnmcn-stats
  2194. prbnmcn-ucb1
  2195. prc
  2196. preface
  2197. prelude
  2198. pretty_expressive
  2199. prettym
  2200. printbox >= "0.3"
  2201. printbox-ext-plot
  2202. printbox-html
  2203. printbox-md
  2204. printbox-text >= "0.6.1"
  2205. proc-smaps
  2206. process_limits
  2207. processor
  2208. producer
  2209. prof_spacetime
  2210. profiling
  2211. profunctor
  2212. progress < "0.5.0"
  2213. prom
  2214. prometheus >= "0.6"
  2215. prometheus-app >= "0.6"
  2216. prometheus-liquidsoap >= "2"
  2217. promise
  2218. promise_jsoo
  2219. promise_jsoo_lwt
  2220. protocell
  2221. protocol-9p >= "1.0.0"
  2222. protocol-9p-tool >= "1.0.0"
  2223. protocol-9p-unix >= "1.0.0"
  2224. protocol_version_header
  2225. prr
  2226. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2227. psq >= "0.1.1"
  2228. ptmap >= "2.0.5"
  2229. ptset
  2230. pulseaudio >= "0.1.4"
  2231. pure-html
  2232. pure-splitmix >= "0.3"
  2233. purl
  2234. pvec
  2235. pxshot
  2236. py >= "1.1"
  2237. pyast
  2238. pyml >= "20210924"
  2239. pyml_bindgen >= "0.3.0"
  2240. pyre-ast
  2241. pythonlib
  2242. qbf >= "0.3"
  2243. qcheck >= "0.13"
  2244. qcheck-alcotest
  2245. qcheck-core
  2246. qcheck-lin < "0.10"
  2247. qcheck-multicoretests-util < "0.10"
  2248. qcheck-ounit
  2249. qcheck-stm < "0.10"
  2250. qdrant
  2251. qinap
  2252. qiskit
  2253. qmp >= "0.19.0"
  2254. qrencode
  2255. qtest >= "2.10.1"
  2256. queenshead
  2257. quests
  2258. quick_print
  2259. quickjs
  2260. radamsa
  2261. radare2 >= "0.0.3"
  2262. randii
  2263. randomconv
  2264. randoml
  2265. range >= "0.8"
  2266. rangeSet
  2267. rankers
  2268. rawlink
  2269. rawlink-eio
  2270. rawlink-lwt
  2271. raygui < "1.4.0"
  2272. raylib < "1.4.0"
  2273. rdbg >= "1.196.12"
  2274. rdf >= "0.13.0" & < "1.1.0"
  2275. rdf_impls < "1.1.0"
  2276. rdf_json_ld < "1.1.0"
  2277. rdf_lwt < "1.1.0"
  2278. rdf_mysql < "1.1.0"
  2279. rdf_postgresql < "1.1.0"
  2280. rdf_ppx < "1.1.0"
  2281. re >= "1.9.0" & < "1.14.0"
  2282. re2
  2283. re2_stable
  2284. re_parser
  2285. rea
  2286. reactiveData = "0.3.0"
  2287. reactjs-jsx-ppx
  2288. readline
  2289. reanalyze
  2290. reason < "3.17.2"
  2291. reason-react
  2292. reason-react-ppx
  2293. reason-standard
  2294. received
  2295. record_builder
  2296. records >= "1.0.0"
  2297. reddit_api_async
  2298. reddit_api_kernel
  2299. redirect
  2300. redis >= "0.4"
  2301. redis-async
  2302. redis-lwt >= "0.4"
  2303. redis-sync >= "0.4"
  2304. reed-solomon-erasure >= "1.0.2"
  2305. reedsolomon
  2306. refl
  2307. regex_parser_intf
  2308. regrade
  2309. relude
  2310. remu_ts
  2311. reparse
  2312. reparse-lwt
  2313. reparse-lwt-unix
  2314. reparse-unix
  2315. repr
  2316. repr-bench
  2317. repr-fuzz
  2318. res >= "5.0.1"
  2319. res_tailwindcss
  2320. rescript-syntax
  2321. reshowcase
  2322. resource-pooling >= "1.1"
  2323. resource_cache
  2324. resp
  2325. resp-client
  2326. resp-mirage
  2327. resp-server >= "0.9"
  2328. resp-unix
  2329. resto
  2330. resto-acl
  2331. resto-cohttp
  2332. resto-cohttp-client
  2333. resto-cohttp-self-serving-client
  2334. resto-cohttp-server
  2335. resto-directory
  2336. resto-json
  2337. result
  2338. rfc1951 >= "0.8.1" & != "1.0.0"
  2339. rfc6287 >= "1.0.4"
  2340. rfc7748
  2341. rfsm >= "1.6-alpha-3"
  2342. rhythm
  2343. ringo
  2344. ringo-lwt
  2345. rio
  2346. riot
  2347. river
  2348. robotstxt
  2349. rock
  2350. rocq-core
  2351. rocq-devtools
  2352. rocq-runtime
  2353. rocqide
  2354. roman
  2355. root1d >= "0.5.1"
  2356. rope >= "0.6.2"
  2357. rosa
  2358. rosetta >= "0.2.0"
  2359. routes
  2360. rowex
  2361. rpc
  2362. rpc_parallel
  2363. rpclib
  2364. rpclib-async
  2365. rpclib-html
  2366. rpclib-js
  2367. rpclib-lwt
  2368. rsdd
  2369. rss
  2370. rtop < "3.17.2"
  2371. rtree
  2372. rungen
  2373. runtime_events_tools < "0.5.2"
  2374. rusage
  2375. rust-staticlib-gen
  2376. rust-staticlib-virtual
  2377. SZXX
  2378. safemoney
  2379. safepass >= "3.1"
  2380. sail >= "0.15" & < "0.20.2"
  2381. sail_c_backend < "0.20.2"
  2382. sail_coq_backend < "0.20.2"
  2383. sail_doc_backend < "0.20.2"
  2384. sail_latex_backend < "0.20.2"
  2385. sail_lean_backend < "0.20.2"
  2386. sail_lem_backend < "0.20.2"
  2387. sail_maker < "0.20.2"
  2388. sail_manifest
  2389. sail_ocaml_backend < "0.20.2"
  2390. sail_output < "0.20.2"
  2391. sail_smt_backend < "0.20.2"
  2392. sail_sv_backend < "0.20.2"
  2393. salsa20 >= "1.0.0"
  2394. salsa20-core >= "1.0.0"
  2395. samplerate >= "0.1.6"
  2396. sanddb >= "0.2"
  2397. sarek
  2398. sarif
  2399. satex < "0.1.2"
  2400. saturn < "0.5.0"
  2401. saturn_lockfree < "0.5.0"
  2402. satyrographos
  2403. scad_ml
  2404. scfg
  2405. scgi
  2406. scipy
  2407. scrypt-kdf
  2408. sd_logic
  2409. sdl-liquidsoap >= "3"
  2410. search
  2411. searchTree
  2412. secp256k1 >= "0.4.1"
  2413. secp256k1-internal
  2414. sedlex
  2415. sek
  2416. sel
  2417. semantic_version
  2418. semaphore-compat
  2419. semver >= "0.2.1"
  2420. semver2
  2421. sendmail
  2422. sendmail-lwt
  2423. sendmail-miou-unix
  2424. sendmail-mirage
  2425. sentry
  2426. seq < "base"
  2427. seqes
  2428. sequencer_table
  2429. serde
  2430. serde_debug
  2431. serde_derive
  2432. serde_json
  2433. serde_sexpr
  2434. serde_xml
  2435. serial
  2436. server-reason-react
  2437. session >= "0.4.1"
  2438. session-cohttp >= "0.4.1"
  2439. session-cohttp-async >= "0.4.1"
  2440. session-cohttp-lwt >= "0.4.1"
  2441. session-cookie
  2442. session-cookie-async
  2443. session-cookie-lwt
  2444. session-postgresql >= "0.4.1"
  2445. session-postgresql-async
  2446. session-postgresql-lwt
  2447. session-redis-lwt >= "0.4.1"
  2448. session-webmachine >= "0.4.1"
  2449. setcore >= "1.0.2"
  2450. sexp
  2451. sexp_decode
  2452. sexp_diff
  2453. sexp_diff_kernel
  2454. sexp_grammar
  2455. sexp_macro
  2456. sexp_pretty
  2457. sexp_select
  2458. sexp_string_quickcheck
  2459. sexplib >= "v0.13.0"
  2460. sexplib0 >= "v0.12.0"
  2461. sgf
  2462. sha >= "1.13"
  2463. shades
  2464. shapefile
  2465. shared-block-ring
  2466. shared-memory-ring
  2467. shared-memory-ring-lwt
  2468. shared-secret >= "0.4"
  2469. shell
  2470. sherlodoc < "3.1.0"
  2471. shexp
  2472. shine >= "0.2.2"
  2473. shuttle
  2474. shuttle_http
  2475. shuttle_ssl
  2476. shuttle_websocket
  2477. sifun
  2478. sihl
  2479. sihl-cache
  2480. sihl-contract
  2481. sihl-core
  2482. sihl-email
  2483. sihl-facade
  2484. sihl-persistence
  2485. sihl-queue
  2486. sihl-session
  2487. sihl-storage
  2488. sihl-token
  2489. sihl-type
  2490. sihl-user
  2491. sihl-web
  2492. simlog
  2493. simple63
  2494. simple_httpd
  2495. simple_httpd_caqti
  2496. sklearn
  2497. slack
  2498. slacko
  2499. slice
  2500. slipshow != "0.5.0"
  2501. slug
  2502. smart-print >= "0.3.0"
  2503. smol
  2504. smol-helpers
  2505. smtlib-utils
  2506. smtml >= "0.7.0" & < "0.10.0"
  2507. snappy
  2508. so
  2509. sodium-fmt
  2510. solid < "0.5.0"
  2511. solid_server < "0.5.0"
  2512. solid_tools < "0.5.0"
  2513. solidity-alcotest
  2514. solidity-common
  2515. solidity-parser
  2516. solidity-test
  2517. solidity-typechecker
  2518. solo5-elftool
  2519. sortedseq_intersect
  2520. soundtouch >= "0.1.9"
  2521. soupault
  2522. spacetime_lib
  2523. spatial-shell
  2524. spawn < "v0.9.0" | >= "v0.13.0"
  2525. spdx_licenses
  2526. spectrum
  2527. spectrum_capabilities
  2528. spectrum_palette_ppx
  2529. spectrum_palettes
  2530. spectrum_tools
  2531. speex
  2532. spelll >= "0.4"
  2533. spices
  2534. spin
  2535. splay_tree
  2536. splittable_random
  2537. spoc
  2538. spoc_ppx
  2539. spoke
  2540. spotify-web-api
  2541. spotlib >= "4.1.0"
  2542. sqlgg >= "20200521"
  2543. sqlite3 >= "4.4.1"
  2544. sqlite3_utils
  2545. srt
  2546. ssh-agent >= "0.2.0"
  2547. ssl >= "0.5.6"
  2548. starpath
  2549. stdcompat >= "19"
  2550. stdint >= "0.6.0"
  2551. stdint-literals
  2552. stdio
  2553. stdlib-diff
  2554. stdlib-random
  2555. stdlib-shims
  2556. stdune < "3.19.0"
  2557. stitch
  2558. stk < "0.5.0"
  2559. stk_iconv < "0.5.0"
  2560. stk_ocf < "0.5.0"
  2561. stk_ppx < "0.5.0"
  2562. stk_rdf < "0.5.0"
  2563. stk_xml < "0.5.0"
  2564. stog >= "0.20.0"
  2565. stog_all
  2566. stog_asy
  2567. stog_dot
  2568. stog_extern
  2569. stog_markdown
  2570. stog_multi_doc
  2571. stog_nocaml
  2572. stog_noexec
  2573. stog_plugins
  2574. stog_rdf
  2575. stog_rel_href
  2576. stog_server
  2577. stog_server_multi
  2578. stog_sitemap
  2579. stog_writing
  2580. stone >= "0.5.2"
  2581. store
  2582. store-dict
  2583. store-pushqueue
  2584. stored_reversed
  2585. stramon-lib
  2586. streamable
  2587. streaming
  2588. string_dict
  2589. stringCodepointSplitter
  2590. stringext >= "1.6.0"
  2591. sturgeon >= "0.4.2"
  2592. styled-ppx < "0.61.0"
  2593. subprocess
  2594. subscriptions-transport-ws
  2595. subtype-refinement >= "0.2"
  2596. sun
  2597. svmwrap
  2598. swagger >= "0.2.0"
  2599. swhid
  2600. swhid_compute
  2601. swhid_core
  2602. swhid_types
  2603. swipl
  2604. syguslib-utils
  2605. symex
  2606. synchronizer
  2607. syncweb
  2608. syndic >= "1.6.0"
  2609. sys-socket
  2610. sys-socket-unix
  2611. syslog >= "2.0.1"
  2612. syslog-message >= "1.0.0"
  2613. syslog-rfc5424 < "0.2"
  2614. systemverilog >= "0.0.2"
  2615. syto
  2616. tablecloth-base
  2617. tablecloth-melange
  2618. tablecloth-native < "transition"
  2619. taglib >= "0.3.7"
  2620. talaria-bibtex
  2621. tar
  2622. tar-eio
  2623. tar-mirage
  2624. tar-unix
  2625. tcalc
  2626. tcpip
  2627. tdigest
  2628. telemetry
  2629. telltime
  2630. tensorboard
  2631. term-indexing
  2632. term-tools
  2633. terminal < "0.5.0"
  2634. terminal_size >= "0.1.4"
  2635. terminus
  2636. terminus-cohttp
  2637. terminus-hlc
  2638. testo < "0.3.4"
  2639. testo-diff < "0.3.4"
  2640. testo-lwt < "0.3.4"
  2641. testo-util < "0.3.4"
  2642. testu01
  2643. textmate-language
  2644. textrazor
  2645. textutils
  2646. textutils_kernel
  2647. textwrap >= "0.2.1"
  2648. tezos-base58
  2649. tezos-context-hash
  2650. tezt < "4.3.0"
  2651. tezt-bam
  2652. theora
  2653. thread-local-storage
  2654. thread-table
  2655. thrift
  2656. tidy
  2657. tidy_email
  2658. tidy_email_mailgun
  2659. tidy_email_sendgrid
  2660. tidy_email_smtp
  2661. tilde_f
  2662. time_now
  2663. timed >= "1.1"
  2664. timedesc
  2665. timedesc-json
  2666. timedesc-sexp
  2667. timedesc-tzdb
  2668. timedesc-tzlocal
  2669. timedesc-tzlocal-js
  2670. timere
  2671. timere-parse
  2672. timezone
  2673. timmy
  2674. timmy-jsoo
  2675. timmy-lwt
  2676. timmy-unix
  2677. tiny_httpd
  2678. tiny_httpd_camlzip
  2679. tiny_httpd_eio
  2680. tip-parser >= "0.4"
  2681. tldr
  2682. tls >= "0.12.8"
  2683. tls-async
  2684. tls-eio
  2685. tls-liquidsoap
  2686. tls-lwt
  2687. tls-miou-unix
  2688. tls-mirage
  2689. toc
  2690. tofn
  2691. togglelog
  2692. toml
  2693. toml-cconv
  2694. toml_cconv
  2695. toplevel_backend
  2696. toplevel_expect_test
  2697. topojson
  2698. topojsone
  2699. topological_sort
  2700. torch
  2701. tqdm
  2702. trace
  2703. trace-fuchsia
  2704. trace-runtime-events
  2705. trace-tef
  2706. tracing
  2707. tracy-client
  2708. trail
  2709. traits
  2710. trampoline
  2711. transept
  2712. transom
  2713. traverse
  2714. travesty
  2715. trax >= "0.4.0"
  2716. tree_layout >= "0.2"
  2717. treeprint >= "2.3.0"
  2718. trexio
  2719. trie
  2720. trs
  2721. tsdl-image >= "0.3.0"
  2722. tsdl-mixer
  2723. tsdl-ttf >= "0.3"
  2724. tsort
  2725. tty
  2726. tube >= "4.4.0"
  2727. tuntap
  2728. twirp_cohttp_lwt_unix
  2729. twirp_core
  2730. twirp_ezcurl
  2731. twirp_tiny_httpd
  2732. twostep
  2733. tyabt
  2734. type_eq
  2735. type_id
  2736. typed_list
  2737. typeid
  2738. typerep >= "v0.13.0"
  2739. typeset
  2740. tyre >= "0.5"
  2741. tyxml >= "4.3.0"
  2742. tyxml-jsx
  2743. tyxml-lwd
  2744. tyxml-ppx >= "4.3.0"
  2745. tyxml-syntax
  2746. ubase
  2747. ubpf >= "0.2"
  2748. uecc >= "0.3"
  2749. ufind
  2750. uint >= "2.0.1"
  2751. ulid
  2752. um-abt
  2753. unidecode
  2754. unionFind
  2755. unisim_archisec < "0.0.14"
  2756. unison < "2.53.4"
  2757. universal-portal
  2758. universo
  2759. unix-errno >= "0.6.0"
  2760. unix-type-representations >= "0.1.3"
  2761. unstrctrd
  2762. uopt
  2763. uri >= "2.2.1"
  2764. uri-bench
  2765. uri-re
  2766. uri-sexp
  2767. uring
  2768. uritemplate
  2769. urn
  2770. user-agent-parser
  2771. username_kernel
  2772. uspf
  2773. uspf-lwt
  2774. uspf-mirage
  2775. uspf-unix
  2776. utcp
  2777. utop
  2778. uuuu >= "0.1.1"
  2779. validate
  2780. validator
  2781. variantslib >= "v0.13.0"
  2782. varray
  2783. vcaml
  2784. vcardgen >= "1.2"
  2785. vchan
  2786. vchan-unix
  2787. vchan-xen
  2788. vdom
  2789. vec
  2790. vector
  2791. vector3 >= "1.0.0"
  2792. vendredi
  2793. vercel
  2794. versioned_polling_state_rpc
  2795. vhd-format >= "0.12.0"
  2796. vhd-format-lwt
  2797. vif
  2798. vifu
  2799. virtual_dom
  2800. virtual_dom_toplayer
  2801. visitors >= "20200207"
  2802. vlq >= "0.2.1"
  2803. vlt
  2804. vmnet
  2805. vocal
  2806. voqc
  2807. vorbis
  2808. vpt >= "5.0.0"
  2809. vscoq-language-server < "2.3.3"
  2810. vsrocq-language-server
  2811. vue-jsoo
  2812. vue-ppx
  2813. wall
  2814. wasm >= "2.0.2"
  2815. wasmer
  2816. wasmtime
  2817. wayland
  2818. waylaunch
  2819. wcwidth
  2820. webauthn
  2821. weberizer >= "0.8"
  2822. webmachine >= "0.6.2"
  2823. websocket >= "2.12"
  2824. websocket-async
  2825. websocket-lwt
  2826. websocket-lwt-unix
  2827. websocketaf
  2828. webtest
  2829. webtest-js
  2830. why3find
  2831. wikitext
  2832. win-error >= "1.0"
  2833. win-eventlog >= "0.3"
  2834. winsvc
  2835. wol
  2836. wol-eio
  2837. wol-mirage
  2838. ws
  2839. ws-server
  2840. wseg
  2841. wtf8 >= "1.0.2"
  2842. wtr
  2843. wtr-ppx
  2844. wu-manber-fuzzy-search
  2845. x509
  2846. x86_64-esperanto >= "0.0.6"
  2847. xapi-backtrace
  2848. xapi-inventory
  2849. xapi-rrd
  2850. xapi-stdext-date
  2851. xapi-stdext-encodings
  2852. xapi-stdext-pervasives
  2853. xapi-stdext-std
  2854. xapi-stdext-threads
  2855. xapi-stdext-unix
  2856. xapi-stdext-zerocheck
  2857. xcursor
  2858. xdg < "3.19.0"
  2859. xdg-basedir
  2860. xedbindings
  2861. xen-evtchn
  2862. xen-evtchn-unix
  2863. xen-gnt
  2864. xen-gnt-unix
  2865. xenstore
  2866. xenstore-tool
  2867. xenstore_transport >= "1.1.0"
  2868. xkbcommon
  2869. xmelly
  2870. xml-light >= "2.5"
  2871. xmldiff >= "0.7.0"
  2872. xmldiff_js
  2873. xmlplaylist >= "0.1.5"
  2874. xoshiro
  2875. xtmpl >= "0.19.0" & < "1.1.0"
  2876. xtmpl_js < "1.1.0"
  2877. xtmpl_ppx < "1.1.0"
  2878. yaml >= "1.0.0"
  2879. yaml-sexp
  2880. yara >= "0.2"
  2881. yocaml < "2.0.0"
  2882. yocaml_cmark
  2883. yocaml_git < "2.0.0"
  2884. yocaml_jingoo < "2.0.0"
  2885. yocaml_markdown < "2.4.1"
  2886. yocaml_mustache < "2.0.0"
  2887. yocaml_syndication < "2.0.0"
  2888. yocaml_unix < "2.0.0"
  2889. yocaml_yaml < "2.0.0"
  2890. yojson >= "1.5.0"
  2891. yojson-bench
  2892. yojson-five
  2893. yultracer
  2894. yurt >= "0.6"
  2895. yuscii >= "0.2.1"
  2896. yuujinchou
  2897. zanuda
  2898. zar
  2899. zarith-ppx
  2900. zarith_stubs_js
  2901. zed >= "2.0.6"
  2902. zeit
  2903. zelus
  2904. zelus-gtk
  2905. zipperposition
  2906. zipperposition-tools
  2907. zlib
  2908. zlist >= "0.4.0"
  2909. zmq >= "5.1.0"
  2910. zmq-async >= "5.1.0"
  2911. zmq-eio
  2912. zmq-lwt >= "5.1.0"
  2913. zstandard
  2914. zstd >= "0.3"
  2915. 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"