package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

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