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